amassari2004/03/02 09:35:46
Modified:c/src/xercesc/com XMLDOMDocument.cpp
Log:
Check for errors when saving a document to a file (bug# 2594)
Revision ChangesPath
1.7 +10 -7 xml-xerces/c/src/xercesc/com/XMLDOMDocument.cpp
Index: XMLDOMDocument.cpp
amassari2003/12/02 06:33:13
Modified:c/src/xercesc/sax2 DefaultHandler.hpp
c/src/xercesc/dom/impl DOMErrorImpl.cpp DOMErrorImpl.hpp
c/src/xercesc/com XMLDOMDocument.cpp XMLDOMDocument.h
Log:
Don't use the word "exception" as a variable name, as VC 7.1 co
amassari2003/10/21 14:24:37
Modified:c/src/xercesc/com XMLDOMDocument.cpp
Log:
- if "load" is invoked with a relative path, and we are not inside IE, take the
current directory as base path
- when saving the document, we were saving just the last child of the DOM_Document,
not al