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
Currently NodeFilter is not applied to XmlDocumentType so you cannot suppress the comparisons. There may be even more XmlNodes missing, a cursory look through DOMDifferenceEngine says it probably is the only one but a second pair of eyes won't hurt. I don't think there is any good reason to apply it to XmlDocument itself as this would simply skip all comparisons altogether.
See also xmlunit/xmlunit#116 which may provide a solution that "just" need to get ported.
The text was updated successfully, but these errors were encountered:
Currently
NodeFilter
is not applied toXmlDocumentType
so you cannot suppress the comparisons. There may be even moreXmlNode
s missing, a cursory look throughDOMDifferenceEngine
says it probably is the only one but a second pair of eyes won't hurt. I don't think there is any good reason to apply it toXmlDocument
itself as this would simply skip all comparisons altogether.See also xmlunit/xmlunit#116 which may provide a solution that "just" need to get ported.
The text was updated successfully, but these errors were encountered: