Ignores XML namespaces completely.
Ignores XML namespaces completely.
Enabling this makes this:
<t:example xmlns:t="http://example.com">5</t:example>
equal to:
<f:example xmlns:f="http://example.org">5</f:example>
Ignores XML namespace prefixes on elements.
Ignores XML namespace prefixes on elements.
Enabling this makes this:
<t:example xmlns:t="http://example.com">5</t:example>
equal to:
<f:example xmlns:f="http://example.com">5</f:example>
Configuration options for XML comparisons.