mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-08 05:24:46 +01:00
8875207274
from Mark D Anderson, mda@discerning.net with input of: <stuff:Blah name="test" xmlns:stuff="http://stuff.org/"/> the Attr object for name returns true for hasNamespaceURI(), yet the value of getNamespaceURI() is the empty string. This is inconsistent; an empty namespace is illegal. For now I'm working around this by putting (!n.hasNamespaceURI() || n.getNamespaceURI().empty()) into my code. |
||
---|---|---|
.. | ||
SAX | ||
SAX2DOM | ||
Utils | ||
Makefile |