xml-flow
xml-flow copied to clipboard
Support xmlns tags
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.
Coverage decreased (-6.9%) to 90.98% when pulling 5468cc64bffa5f084b0f852ea36011bf2fb17677 on eazel7:master into f9e85962c340e137577927d163056b38ef1347c2 on matthewmatician:master.
@eazel7 Thanks for the pull request. Before I can merge it in, I need to look into the build failures and think through tests/documentation... Unless you'd like to give it a try?
Any chance to get this back to life? THX a lot