peiyongz2002/10/23 11:55:58
Modified:c/samples/DOMPrint DOMPrint.cpp
Log:
typo: command line option for "split_cdata_section"
Revision ChangesPath
1.49 +3 -3 xml-xerces/c/samples/DOMPrint/DOMPrint.cpp
Index: DOMPrint.cpp
==
peiyongz2002/10/23 13:43:07
Modified:c/src/xercesc/dom DOMImplementation.hpp
Log:
Bug#13213: DOMImplementation::hasFeature() should be const
Revision ChangesPath
1.8 +2 -2 xml-xerces/c/src/xercesc/dom/DOMImplementation.hpp
Index: DOMImplementation.hpp
==
peiyongz2002/10/23 13:43:15
Modified:c/src/xercesc/dom/impl DOMImplementationImpl.hpp
DOMImplementationImpl.cpp
Log:
Bug#13213: DOMImplementation::hasFeature() should be const
Revision ChangesPath
1.7 +2 -2 xml-xerces/c/src/xercesc/dom/i
sandygao2002/10/23 15:57:05
Modified:java/src/org/apache/xerces/impl/xs/traversers
XSAttributeChecker.java XSDWildcardTraverser.java
Log:
Fixing a bug in traversing wildcards: a static value was updated when multiple
wildcards are traversed, if none of them
sandygao2002/10/23 16:00:52
Modified:java/src/org/apache/xerces/impl/xs XMLSchemaValidator.java
Log:
Fixing bugs related to PSVI properties "validity" and "validation attempted":
1. it's not invalid if an element decl/type definition can't be found for the root
element. for histo