Commit graph

33 commits

Author SHA1 Message Date
jez_higgins
05a97aab88 gcc 3.4.3 compatibility fixes 2005-08-01 10:21:44 +00:00
jez_higgins
578e7918b6 added an extra typedef 2005-07-21 10:52:06 +00:00
jez_higgins
686056afeb *** empty log message *** 2005-07-15 22:51:57 +00:00
jez_higgins
e9a97584fc *** empty log message *** 2005-06-08 21:45:07 +00:00
jez_higgins
925803b5b9 *** empty log message *** 2005-06-06 21:00:56 +00:00
jez_higgins
3eaf5ea436 comment fix 2005-06-06 21:00:20 +00:00
jez_higgins
db5b61aea6 Scope fixes 2004-10-12 20:49:30 +00:00
jez_higgins
def0b81ce2 Added lots of little scoping fixes so it builds with gcc3.4.* 2004-09-17 23:17:51 +00:00
jez_higgins
7fc5cea45e Updating to build with gcc 3.4.2 2004-09-14 20:51:36 +00:00
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
jez_higgins
67e16e5190 *** empty log message *** 2004-02-24 11:32:40 +00:00
jez_higgins
77dcf5728e Don't use currentNode_ when added entity declarations 2004-01-28 21:40:28 +00:00
jez_higgins
8d94910107 addDefaultAttribute - if the element the attribute is for hasn't been
declared yet, then declare it on the fly
2004-01-28 21:39:33 +00:00
jez_higgins
ec5159a8f4 Fix to addElement 2004-01-28 21:38:17 +00:00
jez_higgins
9d914f19e8 Change in checkPrefixAndNamespace to bind xmlns: to http://www.w3.org/2000/xmlns/ if it is unbound. This isn't exactly ideal, but it seems to be the least painful way to resolve the DOM and Namespace recommendation's disagreements about this. 2003-12-07 15:23:55 +00:00
jez_higgins
6d18a48087 Added try/catch block in parse() and startElement() to that exceptions
thrown while constructing the DOM tree and caught and reported through the
ErrorHandler, rather than just propagating out.
2003-10-29 16:12:31 +00:00
jez_higgins
7ff44e5b5f Quick and diry what() implementation. 2003-10-29 16:10:31 +00:00
jez_higgins
de3fd21d0b *** empty log message *** 2003-10-08 14:39:43 +00:00
jez_higgins
bb927066bf Moved Utils/* into Arabica namespace 2003-09-11 14:05:18 +00:00
jez_higgins
961078a18a Added default case to switch to stop GCC complain that not all the enum
states are accounted for.
2003-09-09 09:45:17 +00:00
jez_higgins
dba21361f7 added Utils folder 2003-08-28 12:36:15 +00:00
jez_higgins
79a92ee5f5 Provides an operator<< for DOM::Nodes. 2003-08-28 12:35:44 +00:00
jez_higgins
f613ecf9f5 wchar_t fixes 2003-08-27 23:00:25 +00:00
jez_higgins
eb07a70949 ErrorHandler fixes 2003-08-27 22:59:01 +00:00
jez_higgins
5095133626 ErrorHandler fixes 2003-08-27 22:11:10 +00:00
jez_higgins
d4a3472a85 added explicit casts from size_t to int 2003-04-28 14:47:19 +00:00
jez_higgins
b83217f186 No longer tries to expand refs to undeclared entities 2003-04-28 14:45:58 +00:00
jez_higgins
54810da5f0 added PropertyNames include 2003-04-04 17:03:21 +00:00
jez_higgins
6d693e4e71 VC++.Net project file 2003-03-20 16:32:35 +00:00
complement
e323dd8948 fix typename problem 2002-11-23 20:03:54 +00:00
jez_higgins
e59dc1c62f Now uses default XMLReader instead of explicitly invoking expat. 2002-07-12 22:12:31 +00:00
jez_higgins
94707d56dc Added SAX2DOM subfolder 2002-07-12 22:11:56 +00:00
jez_higgins
d978fe8c1b Initial revision 2002-06-21 11:16:28 +00:00