Find a file
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
bin Initial revision 2002-06-21 11:16:28 +00:00
doc Initial revision 2002-06-21 11:16:28 +00:00
DOM Now uses default XMLReader instead of explicitly invoking expat. 2002-07-12 22:12:31 +00:00
examples Updated to take advantage of the new library parser configuration 2002-09-02 15:50:43 +00:00
SAX Major tweaks to use #include <header> rather then 2002-09-03 13:19:14 +00:00
Utils corrected various function signatures 2002-09-02 15:52:19 +00:00
XML Initial revision 2002-06-21 11:16:28 +00:00
Arabica.dsw Committed Scott Andrew's patches 2002-07-16 12:33:29 +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