mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-27 21:58:30 +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. |
||
---|---|---|
.. | ||
CppUnit | ||
.cvsignore | ||
DOMWriter.cpp | ||
DOMWriter.dsp | ||
DOMWriter.vcproj | ||
main.cpp | ||
Makefile | ||
SAX2DOM_test.dsp | ||
SAX2DOM_test.vcproj | ||
test_Attribute.cpp | ||
test_Attribute.h | ||
test_Document.cpp | ||
test_Document.h | ||
test_DocumentFragment.cpp | ||
test_DocumentFragment.h | ||
test_DocumentType.cpp | ||
test_DocumentType.h | ||
test_DOMImplementation.cpp | ||
test_DOMImplementation.h | ||
test_Element.cpp | ||
test_Element.h | ||
test_Notation.cpp | ||
test_Notation.h | ||
test_ProcessingInstruction.cpp | ||
test_ProcessingInstruction.h | ||
test_SAX.cpp | ||
test_SAX.h | ||
test_Siblings.cpp | ||
test_Siblings.h |