Find a file
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
bin Initial revision 2002-06-21 11:16:28 +00:00
doc Initial revision 2002-06-21 11:16:28 +00:00
DOM Initial revision 2002-06-21 11:16:28 +00:00
examples Initial revision 2002-06-21 11:16:28 +00:00
SAX In an attempt to make compilation easier, XMLReader now has an ifdef ladder 2002-07-12 22:10:52 +00:00
Utils Initial revision 2002-06-21 11:16:28 +00:00
XML Initial revision 2002-06-21 11:16:28 +00:00
Arabica.dsw Initial revision 2002-06-21 11:16:28 +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 Initial revision 2002-06-21 11:16:28 +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