xml-flow icon indicating copy to clipboard operation
xml-flow copied to clipboard

Support xmlns tags

Open ezequiel-neutrona opened this issue 8 years ago • 2 comments

Provide support for tags with namespaces I created a small patch that has a stack of namespace prefixes. It also contains a test for:

<root xmlns:a="my:ns">
  <a:alien>Thing1</a:alien>
</root>

which emits tag:my:ns alien event. Notice the space between the namespace uri and the tag name. I chose the space because it's not a valid tag name character.

xmlns patch.zip

ezequiel-neutrona avatar Apr 19 '16 14:04 ezequiel-neutrona

@ezequiel-neutrona: Can you provide a pull request?

matthewmatician avatar Apr 19 '16 22:04 matthewmatician

Sure. Tomorrow I'll make a pull request for this.

ezequiel-neutrona avatar Apr 19 '16 22:04 ezequiel-neutrona