arabica/SAX/wrappers
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
..
saxexpat.cpp Initial revision 2002-06-21 11:16:28 +00:00
saxexpat.h Initial revision 2002-06-21 11:16:28 +00:00
saxlibxml2.cpp Initial revision 2002-06-21 11:16:28 +00:00
saxlibxml2.h Initial revision 2002-06-21 11:16:28 +00:00
saxmsxml2.h Major tweaks to use #include <header> rather then 2002-09-03 13:19:14 +00:00
saxxerces.h Committed Scott Andrew's patches 2002-07-16 12:33:29 +00:00