knoaman 2004/11/25 06:36:40
Modified:c/src/xercesc/validators/common AllContentModel.cpp
AllContentModel.hpp
Log:
Fix problem with an All content model with minOccurs of 0.
Revision ChangesPath
1.11 +10 -2
xml-xerces/c/src/xercesc/validat
knoaman 2003/11/20 10:09:18
Modified:c/src/xercesc/validators/common AllContentModel.cpp
Log:
Store a copy of each child, instead of a reference, as the content spec node
tree is not guaranteed to be persistent.
Revision ChangesPath
1.6 +6 -1 xml-xerces/c/src
tng 2002/11/04 06:54:59
Modified:c/src/xercesc/validators/common AllContentModel.cpp
AllContentModel.hpp CMAny.cpp CMAny.hpp
CMBinaryOp.cpp CMBinaryOp.hpp CMLeaf.hpp CMNode.hpp
CMStateSet.hpp CMUnaryOp.cpp CMUnar
tng 2002/09/24 12:48:39
Modified:c/src/xercesc/validators/common AllContentModel.cpp
DFAContentModel.cpp GrammarResolver.cpp
MixedContentModel.cpp SimpleContentModel.cpp
Log:
Performance: use XMLString::equals instead of XMLString: