Skip to content

Namespace hierarchy aware compare #2

@ImFlog

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>

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