Commit graph

50 commits

Author SHA1 Message Date
jez
fce1ba265a removed .cvsignores left over from CVS migration 2006-08-04 20:11:00 +00:00
jez_higgins
f693ee28fa *** empty log message *** 2006-01-05 17:39:53 +00:00
jez_higgins
77e654d41b Cygwin fixes 2005-11-28 12:39:13 +00:00
jez_higgins
4ab8c2dca7 *** empty log message *** 2005-11-09 21:13:22 +00:00
jez_higgins
eb3005637f get it - partly broken 2005-09-28 20:02:00 +00:00
jez_higgins
ef04cc6407 *** empty log message *** 2005-08-15 13:13:46 +00:00
jez_higgins
5b5cb43696 Moved SAX2DOM_test into test subdirectory 2005-08-07 20:45:21 +00:00
jez_higgins
50f169b1c7 added new failing test 2005-08-02 11:00:35 +00:00
jez_higgins
29778b3345 *** empty log message *** 2005-04-08 16:02:31 +00:00
jez_higgins
c1102f4280 updated for OSX/Darwin 2004-09-10 21:04:03 +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
8e9d4d6ea7 *** empty log message *** 2004-02-23 14:21:07 +00:00
jez_higgins
122142c25d Moved to VS2003. Annoyingly, all this seems to do is bump the version
number.
2004-01-04 21:05:08 +00:00
jez_higgins
78c3ddc505 Use CatchErrorHandler to report errors 2003-10-29 15:52:28 +00:00
jez_higgins
182cc06058 Portability fixes 2003-10-08 14:22:20 +00:00
jez_higgins
7d9a07ff85 *** empty log message *** 2003-10-08 07:55:38 +00:00
jez_higgins
1c1ff5ab96 *** empty log message *** 2003-09-15 16:07:35 +00:00
jez_higgins
927feee5d1 *** empty log message *** 2003-09-14 21:50:56 +00:00
jez_higgins
d19f187414 *** empty log message *** 2003-09-10 15:27:46 +00:00
jez_higgins
7253aa69eb *** empty log message *** 2003-09-10 15:16:07 +00:00
jez_higgins
9c937a5ac9 VS6 Portability fixes 2003-09-10 15:15:55 +00:00
jez_higgins
b70f4ec1c4 *** empty log message *** 2003-09-10 13:34:10 +00:00
jez_higgins
1984e09c68 Reworked Makefiles again 2003-09-10 08:48:31 +00:00
jez_higgins
ad5c42953c more wchar_t exclusion hackery 2003-09-09 13:09:48 +00:00
jez_higgins
56408bdce2 Added ArabicaConfig.h 2003-09-09 11:14:48 +00:00
jez_higgins
80a16c347c Tweaks to build with gcc 3.2.3 on Linux 2003-09-09 09:25:42 +00:00
jez_higgins
14abddb442 minor fixes to build on Linux with gcc3.2.2 and libstdc++ 2003-09-08 16:03:57 +00:00
jez_higgins
b2e29e67ac *** empty log message *** 2003-08-29 21:09:00 +00:00
jez_higgins
1201d2057c *** empty log message *** 2003-08-28 12:36:33 +00:00
jez_higgins
91200f8dfd *** empty log message *** 2003-08-27 23:06:59 +00:00
jez_higgins
4e32a85ee8 convirmation it all works with std::wstring 2003-08-27 23:04:49 +00:00
jez_higgins
ba9215baf8 build with wchar_t as a builtin type 2003-08-27 14:28:56 +00:00
jez_higgins
21a9defd91 renamed SAX.lib/libSAX to Arabica.lib/libArabica 2003-08-25 15:13:47 +00:00
jez_higgins
91b590ad66 *** empty log message *** 2003-08-22 16:13:27 +00:00
jez_higgins
5e7e8ce0a4 *** empty log message *** 2003-04-28 14:43:31 +00:00
jez_higgins
54b3663bcb Example for writing a DOM tree to a stream 2003-04-28 09:54:23 +00:00
jez_higgins
57f0d905d0 added /Zm200 compiler switch so it can compile Garden 2003-04-04 17:04:09 +00:00
jez_higgins
8af13de092 confirm build on VC7 and VC6 2003-04-04 13:41:24 +00:00
jez_higgins
4b3a9684aa fixes to build with gcc 3.2.2 and libstdc++ on Linux 2003-04-04 09:26:23 +00:00
jez_higgins
6d693e4e71 VC++.Net project file 2003-03-20 16:32:35 +00:00
complement
78799ec63c include stdio.h for sprintf 2002-11-23 19:58:14 +00:00
complement
4471e53f48 rewrite make rules, use ${MAKE} var instead of make 2002-11-23 19:53:46 +00:00
complement
947d34c950 fix SAX2DOM examples 2002-11-23 19:50:14 +00:00
complement
d373569fc9 ignore generated files 2002-11-23 19:42:52 +00:00
jez_higgins
62b73b7b75 updated for libexpat 1.95.4 2002-09-03 13:44:23 +00:00
jez_higgins
a88c55b602 added some tests for SAX2DOM 2002-09-03 13:26:08 +00:00
jez_higgins
b230e41d3a added assertEquals for std::strings 2002-09-03 13:25:43 +00:00
jez_higgins
7bed57bf18 no message 2002-07-12 22:12:48 +00:00
jez_higgins
d978fe8c1b Initial revision 2002-06-21 11:16:28 +00:00