arabica/SAX/wrappers
jez_higgins 4670ce19aa added xerces_string_janitor class
Ordinarily you'd expect to be able to use Xerces' Array janitor class.  However,
Windows exes and dlls use seperate heaps, so you can't delete something in one
module that was allocated by another.  It's a pita.  The solution here is to useXMLString::release.
Although this simply does a delete[], the deletion occurs in the Xerces DLL, so
it will work correctly.
2003-09-15 13:00:43 +00:00
..
.cvsignore ignore generated files 2002-11-23 19:59:57 +00:00
saxexpat.cpp Updated for new config mechanism 2003-03-20 16:30:31 +00:00
saxexpat.h cosmetic include guard changes 2003-09-11 10:26:53 +00:00
saxlibxml2.cpp Updated for now config mechanism 2003-03-20 16:30:08 +00:00
saxlibxml2.h cosmetic include guard changes 2003-09-11 10:26:53 +00:00
saxmsxml2.h cosmetic include guard changes 2003-09-11 10:26:53 +00:00
saxxerces.cpp applied Philip Walford's patches 2003-09-12 14:09:13 +00:00
saxxerces.h added xerces_string_janitor class 2003-09-15 13:00:43 +00:00
XercesFeatureNames.h cosmetic include guard changes 2003-09-11 10:26:53 +00:00
XercesPropertyNames.h *** empty log message *** 2003-09-12 16:05:53 +00:00