jez
543f7357df
started moving headers out into an include directory
2006-08-07 21:08:11 +00:00
jez_higgins
aa2c7837e1
gcc 3.4.1/3.4.2 fixes
2004-09-11 10:11:03 +00:00
jez_higgins
4e7e47a6de
applied Philip Walford's patches
2003-09-12 14:09:13 +00:00
jez_higgins
10668086f8
cosmetic include guard changes
2003-09-11 10:26:53 +00:00
jez_higgins
56408bdce2
Added ArabicaConfig.h
2003-09-09 11:14:48 +00:00
jez_higgins
98266212e2
ErrorHandler corrections
2003-08-27 14:26:32 +00:00
complement
90739325f9
Don't generate saxlib.cpp and ParserConfig.h; uncomment appropriate definition(s) for XML wrapper(s) in ParserConfig.h; (This should be fixed for non-Makefiles OSes, such as Windows/VC++/Borland etc.)
2002-11-23 20:09:25 +00:00
pwalford
c13a04b386
Fixed errors in documentation. Fixed:
...
* "null" where "an empty string" was appropriate
* mis-spellings of parameters.
* cut-and-paste mistakes.
2002-10-08 01:00:22 +00:00
jez_higgins
52d4555fac
Removed big ifdef ladder for selecting parsers. This is now down at library compile time
...
using parserconfig.h
2002-09-02 10:35:58 +00:00
jez_higgins
7eb1b4f295
Committed Scott Andrew's patches
2002-07-16 12:33:29 +00:00
jez_higgins
fd5c310e0b
In an attempt to make compilation easier, XMLReader now has an ifdef ladder
...
which pulls in the headers for the various parsers if the appropriate macros are
defined - USE_EXPAT, USE_XERCES, USE_LIBXML2, USE_MSXML.
You can define any or all of them, or none should you so wish.
It also sets SAX::XMLReader as a default class - ie if you define one of the above macros,
SAX::XMLReader<stringT> will become a synonym for SAX::expat_wrapper<stringT> or whatever.
2002-07-12 22:10:52 +00:00
jez_higgins
d978fe8c1b
Initial revision
2002-06-21 11:16:28 +00:00