Find a file
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
bin *** empty log message *** 2004-06-28 21:41:30 +00:00
doc Initial revision 2002-06-21 11:16:28 +00:00
DOM Fix for incorrect hasAttributeURI 2004-09-04 11:44:26 +00:00
examples Fix for incorrect hasAttributeURI 2004-09-04 11:44:26 +00:00
SAX Fixed bug arising when the new base path didn't end with a / 2004-06-28 21:22:29 +00:00
Utils *** empty log message *** 2003-10-27 16:09:54 +00:00
XML Moved Utils/* into Arabica namespace 2003-09-11 14:05:18 +00:00
.cvsignore *** empty log message *** 2003-12-07 15:27:44 +00:00
Arabica.dsw VS6 Portability fixes 2003-09-10 15:15:55 +00:00
Arabica.sln Added example_XMLBase project 2004-05-27 11:54:36 +00:00
ChangeLog Initial revision 2002-06-21 11:16:28 +00:00
Documentation.dsp Initial revision 2002-06-21 11:16:28 +00:00
Makefile Reworked Makefiles again 2003-09-10 08:48:31 +00:00
Makefile.header *** empty log message *** 2004-02-25 21:14:38 +00:00
Makefile.header.cygwin Added LINK_SHARED 2003-12-07 15:13:11 +00:00
Makefile.header.linux Added LINK_SHARED 2003-12-07 15:13:11 +00:00
Makefile.header.osx From info provided by Peter Beerli, School of Computational Science and 2003-12-07 15:12:53 +00:00
Makefile.header.solaris7_gcc Added LINK_SHARED 2003-12-07 15:13:11 +00:00
Makefile.rules *** empty log message *** 2003-09-10 13:34:10 +00:00
sax.dox Initial revision 2002-06-21 11:16:28 +00:00
SAXinCPP.bpf Initial revision 2002-06-21 11:16:28 +00:00
SAXinCPP.bpg Initial revision 2002-06-21 11:16:28 +00:00
todo.txt Initial revision 2002-06-21 11:16:28 +00:00