Now that tags have namespace support, we should support xmlns namespace declarations when parsing XML.
The concept of the namespace stack exists already in the W3CDom convertor; move that into the XML tree builder.
Also add appropriate name/prefix/localname/namespace getters into Tag and Attribute, to make these simpler to get.
Now that tags have namespace support, we should support xmlns namespace declarations when parsing XML.
The concept of the namespace stack exists already in the W3CDom convertor; move that into the XML tree builder.
Also add appropriate name/prefix/localname/namespace getters into Tag and Attribute, to make these simpler to get.