You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
removes use of DiffBuilder.ignoreComments which performs an xslt
transform on the provided XML documents which is very memory intensive.
now comments are ignored at read/parse time.
as part of this change, the Xml utility class was also refactored to
(hopefully) make it more reusable.
0 commit comments