Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NodeFilter should apply to more nodes #26

Closed
bodewig opened this issue Apr 11, 2018 · 0 comments
Closed

NodeFilter should apply to more nodes #26

bodewig opened this issue Apr 11, 2018 · 0 comments
Milestone

Comments

@bodewig
Copy link
Member

bodewig commented Apr 11, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant