Skip to content

Namespace hierarchy aware compare #2

Description

@ImFlog

We should be able to detect the fact that a namespace is available on a parent element to verify equality.
For instance:

<root xmlns="toto">
  <foo>Hello</foo>
</root>

Should be equal to

<root>
  <foo xmlns="toto">Hello</foo>
</root>

And also equal to

<root xmlns:t="toto">
  <t:foo>Hello</t:foo>
</root>

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions