arabica/examples
jez_higgins 8875207274 Fix for incorrect hasAttributeURI
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.
2004-09-04 11:44:26 +00:00
..
SAX Added xmlbase - a simple example that picks up xml:base attributes 2004-05-27 11:50:57 +00:00
SAX2DOM Fix for incorrect hasAttributeURI 2004-09-04 11:44:26 +00:00
Utils *** empty log message *** 2004-02-23 14:21:07 +00:00
Makefile Reworked Makefiles again 2003-09-10 08:48:31 +00:00