simplexml_debug icon indicating copy to clipboard operation
simplexml_debug copied to clipboard

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

Open IMSoP opened this issue 3 years ago • 0 comments

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.

IMSoP avatar Mar 14 '21 19:03 IMSoP