xml-string-streamer icon indicating copy to clipboard operation
xml-string-streamer copied to clipboard

The UniqueNode parser and similarly named nodes

Open prewk opened this issue 8 years ago • 0 comments

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

prewk avatar Apr 06 '17 06:04 prewk