neilg 2003/12/30 18:36:03
Modified:c/src/xercesc/validators/common GrammarResolver.cpp
Log:
Even if the resolver has no grammars, since all schema
processors are aware of the schema-for-schemas, an XSModel
should be produced.
Revision ChangesPath
1.23 +13 -2
neilg 2003/12/30 18:34:41
Modified:c/src/xercesc/validators/datatype ListDatatypeValidator.cpp
Log:
fix one more buffer overrun, affecting boolean lists
Revision ChangesPath
1.18 +8 -4
xml-xerces/c/src/xercesc/validators/datatype/ListDatatypeValidator.cpp
neilg 2003/12/30 18:34:12
Modified:c/src/xercesc/util XMLDateTime.cpp XMLDateTime.hpp
Log:
enable production of canonical representations for dates with negative years, or
years >
Revision ChangesPath
1.20 +46 -5 xml-xerces/c/src/xercesc/util/XMLDateTime.c
neilg 2003/12/30 13:38:43
Modified:c/src/xercesc/internal IGXMLScanner2.cpp
Log:
ensure an XSModel
Revision ChangesPath
1.57 +0 -1 xml-xerces/c/src/xercesc/internal/IGXMLScanner2.cpp
Index: IGXMLScanner2.cpp
=
neilg 2003/12/30 13:35:46
Modified:c/src/xercesc/framework/psvi XSModel.cpp
Log:
even if there are no grammars to add to an XSModel, the S4S grammar must be included
Revision ChangesPath
1.17 +32 -31xml-xerces/c/src/xercesc/framework/psvi/XSModel.cpp
Index
neilg 2003/12/30 12:41:06
Modified:c/src/xercesc/framework/psvi XSAttributeDeclaration.cpp
Log:
do not report anything about default/fixed values for non-global attribute
declarations
Revision ChangesPath
1.10 +6 -1
xml-xerces/c/src/xercesc/framework/psvi/XS
neilg 2003/12/30 11:46:15
Modified:c/src/xercesc/internal XSObjectFactory.cpp
Log:
use a null-terminated string when tokenizing pattern facets
Revision ChangesPath
1.16 +6 -1 xml-xerces/c/src/xercesc/internal/XSObjectFactory.cpp
Index: XSObjectFactory.cpp
neilg 2003/12/30 09:50:52
Modified:c/src/xercesc/internal IGXMLScanner2.cpp IGXMLScanner.cpp
SGXMLScanner.cpp
Log:
more PSVI bug fixes
Revision ChangesPath
1.56 +20 -7 xml-xerces/c/src/xercesc/internal/IGXMLScanner2.cpp
Index: IGXML
neilg 2003/12/30 08:48:16
Modified:c/src/xercesc/framework/psvi PSVIAttributeList.cpp
Log:
some indices in the PSVIAttributeList were 1 off
Revision ChangesPath
1.6 +5 -2 xml-xerces/c/src/xercesc/framework/psvi/PSVIAttributeList.cpp
Index: PSVIAttributeL