Details
Description
When you have something like xmlns:foo="foo", SAX2 reports the 'xmlns:foo' attribute as belonging to the XML namespace. However, if the namespace is declared as xmlns="foo", the 'xmlns' namespace is reported as being unqualified. Other parsers seems to be doing it in a more consistent manner.