Skip to content

The UniqueNode parser and similarly named nodes  #52

@prewk

Description

@prewk

A gotcha with the UniqueNode parser is that it doesn't support XML structures that has similarly named nodes within nodes if you want to capture that node name.

It should, however, support XML structures like this:

<Foo>
  <FooBar>
  </FooBar>
</Foo>

There seems to be an issue with it, see #51

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