IMSoP / simplexml_debug

Tools for debugging your code when working with PHP's SimpleXML functions.
MIT License
52 stars 16 forks source link

Fix issue #3: attributes with no namespace prefix not shown #12

Open IMSoP opened 3 years ago

IMSoP commented 3 years ago

Oddly, the XML namespace spec leaves un-prefixed attributes as undefined behaviour, rather than inheriting the default namespace.

While fixing this, I've also made most of the output ignore local aliases, because everyone should be using namespace URIs anyway.