arabica/SAX
jez_higgins 7bbcab1568 Major tweaks to use #include <header> rather then
#import <type_library>.  The latter is sensitive to
the exact name/version of the library provided by
Microsoft and various options provided to the type
library reader.  (Found the issue when I attempted
to build with MSXML4 rather then MSXML3.)  [kas]

Created the default PROGID define.  M$. in their
wisdom, removed the version independent IDs starting
in version 4.0 of the MSXML library.  Saves a lot of
'DLL hell' problems but creates others for maintainers.
The initialization code will now try the 4.0 ID and
then the older (version independant) name.   [kas]

StreamAdaptor now derives from ISequentialStream, not IStream.
Fixes to StreamAdaptor::QueryInterface.
2002-09-03 13:19:14 +00:00
..
ext Initial revision 2002-06-21 11:16:28 +00:00
filter changed the way the output is indented 2002-09-02 15:47:28 +00:00
helpers corrected declaration of getParent 2002-09-02 15:48:13 +00:00
parsers Initial revision 2002-06-21 11:16:28 +00:00
wrappers Major tweaks to use #include <header> rather then 2002-09-03 13:19:14 +00:00
AttributeList.h Initial revision 2002-06-21 11:16:28 +00:00
Attributes.h Initial revision 2002-06-21 11:16:28 +00:00
ContentHandler.h Initial revision 2002-06-21 11:16:28 +00:00
DocumentHandler.h Initial revision 2002-06-21 11:16:28 +00:00
DTDHandler.h Initial revision 2002-06-21 11:16:28 +00:00
EntityResolver.h Initial revision 2002-06-21 11:16:28 +00:00
ErrorHandler.h Initial revision 2002-06-21 11:16:28 +00:00
HandlerBase.h Initial revision 2002-06-21 11:16:28 +00:00
InputSource.h Initial revision 2002-06-21 11:16:28 +00:00
Locator.h Initial revision 2002-06-21 11:16:28 +00:00
Makefile Changed the way the parsers are configured. This is now done when compiling the 2002-09-02 15:49:44 +00:00
Parser.h Initial revision 2002-06-21 11:16:28 +00:00
ParserConfig.tpl no message 2002-09-02 10:36:06 +00:00
SAX.dsp no message 2002-09-02 10:36:06 +00:00
SAXException.h Initial revision 2002-06-21 11:16:28 +00:00
saxfwd.h Initial revision 2002-06-21 11:16:28 +00:00
saxlib.bpf Initial revision 2002-06-21 11:16:28 +00:00
saxlib.bpr Initial revision 2002-06-21 11:16:28 +00:00
saxlib.tpl Template for saxlib.cpp 2002-09-02 10:34:03 +00:00
SAXNotRecognizedException.h Initial revision 2002-06-21 11:16:28 +00:00
SAXNotSupportedException.h Initial revision 2002-06-21 11:16:28 +00:00
SAXParseException.h Initial revision 2002-06-21 11:16:28 +00:00
XMLFilter.h Initial revision 2002-06-21 11:16:28 +00:00
XMLReader.h Removed big ifdef ladder for selecting parsers. This is now down at library compile time 2002-09-02 10:35:58 +00:00