cvs commit: xml-xerces/c/src/xercesc/com XMLDOMUtil.cpp

2003-10-21 Thread amassari
amassari2003/10/21 14:29:16 Modified:c/src/xercesc/com XMLDOMUtil.cpp Log: Fixed memory leak [bug 23073] Revision ChangesPath 1.2 +2 -2 xml-xerces/c/src/xercesc/com/XMLDOMUtil.cpp Index: XMLDOMUtil.cpp

cvs commit: xml-xerces/c/src/xercesc/com XMLDOMDocument.cpp

2003-10-21 Thread amassari
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

cvs commit: xml-xerces/c/src/xercesc/com XMLDOMAttribute.h XMLDOMCDATASection.h XMLDOMComment.h XMLDOMDocument.h XMLDOMDocumentFragment.h XMLDOMDocumentType.h XMLDOMElement.h XMLDOMEntity.h XMLDOMEntityReference.h XMLDOMImplementation.h XMLDOMNamedNodeMap.h XMLDOMNodeList.h XMLDOMNotation.h XMLDOMParseError.h XMLDOMProcessingInstruction.h XMLDOMText.h XMLDOMXMLDecl.h XMLHttpRequest.h

2003-10-21 Thread amassari
amassari2003/10/21 14:21:33 Modified:c/src/xercesc/com XMLDOMAttribute.h XMLDOMCDATASection.h XMLDOMComment.h XMLDOMDocument.h XMLDOMDocumentFragment.h XMLDOMDocumentType.h XMLDOMElement.h XMLDOMEntity.h

cvs commit: xml-xerces/c/src/xercesc/com xml4com.rc

2003-10-21 Thread amassari
amassari2003/10/21 14:15:19 Modified:c/src/xercesc/com xml4com.rc Log: Updated path to the type library, to reflect new location of the sources Revision ChangesPath 1.2 +6 -6 xml-xerces/c/src/xercesc/com/xml4com.rc Index: xml4com.rc =

cvs commit: xml-xerces/c/src/xercesc/com README.txt xmldocument.rgs xmlhttprequest.rgs

2003-10-21 Thread amassari
amassari2003/10/21 14:14:41 Modified:c/src/xercesc/com README.txt xmldocument.rgs xmlhttprequest.rgs Log: Updated registry versioned registry key to state version 2.3.0, instead of 1.6.0 Revision ChangesPath 1.2 +1 -1 xml-xerces/c/src/xe

cvs commit: xml-xerces/c/src/xercesc/com xml4com.aps

2003-10-21 Thread amassari
amassari2003/10/21 14:13:22 Removed: c/src/xercesc/com xml4com.aps Log: Remove .aps file from the source directory, as it is a temporary file generated by the resource editor at compile time - To unsubscribe, e-mai

cvs commit: xml-xerces/c/scripts packageBinaries.pl

2003-10-21 Thread peiyongz
peiyongz2003/10/21 14:00:10 Modified:c/scripts packageBinaries.pl Log: framework/psvi added Revision ChangesPath 1.132 +4 -0 xml-xerces/c/scripts/packageBinaries.pl Index: packageBinaries.pl =

cvs commit: xml-xerces/java/src/org/apache/xerces/dom CoreDocumentImpl.java

2003-10-21 Thread elena
elena 2003/10/21 10:44:08 Modified:java/src/org/apache/xerces/dom CoreDocumentImpl.java Log: Remove redundant check for XML 1.0 well-formness (the check is now done in ElementNSImpl) Revision ChangesPath 1.44 +1 -5 xml-xerces/java/src/org/apache/xerces/dom/Co

cvs commit: xml-xerces/c/Projects/Win32/VC6/xerces-all/XercesLib XercesLib.mak

2003-10-21 Thread peiyongz
peiyongz2003/10/21 08:21:25 Modified:c/Projects/Win32/VC6/xerces-all/XercesLib XercesLib.mak Log: lots of files added Revision ChangesPath 1.30 +88 -4 xml-xerces/c/Projects/Win32/VC6/xerces-all/XercesLib/XercesLib.mak Index: XercesLib.mak

cvs commit: xml-xerces/c/src/xercesc/validators/schema TraverseSchema.cpp

2003-10-21 Thread amassari
amassari2003/10/21 03:46:24 Modified:c/src/xercesc/validators/schema TraverseSchema.cpp Log: Inside a schema, the properties "fixed" and "default" for a reference to an attribute were ignored unless the "required" property were also present [bug 11767] Revision ChangesPat

cvs commit: xml-xerces/c/src/xercesc/validators/DTD DTDElementDecl.cpp

2003-10-21 Thread amassari
amassari2003/10/21 03:23:54 Modified:c/src/xercesc/validators/schema ComplexTypeInfo.cpp c/src/xercesc/validators/DTD DTDElementDecl.cpp Log: When creating a new list of attributes, use the assigned memory manager Revision ChangesPath 1.15 +4 -1 x