peiyongz2004/04/29 13:14:39
Modified:c/src/xercesc/NLS/EN_US XMLErrList_EN_US.Xml
Log:
Display offending attribute value as well
Revision ChangesPath
1.43 +3 -3 xml-xerces/c/src/xercesc/NLS/EN_US/XMLErrList_EN_US.Xml
Index: XMLErrList_EN_US.Xml
==
peiyongz2004/04/29 13:16:11
Modified:c/src/xercesc/util/MsgLoaders/ICU/resources en_US.txt
Log:
Display offending attribute value as well
Revision ChangesPath
1.35 +3 -3 xml-xerces/c/src/xercesc/util/MsgLoaders/ICU/resources/en_US.txt
Index: en_US.txt
===
peiyongz2004/04/29 13:16:37
Modified:c/src/xercesc/util/MsgLoaders/InMemory
XercesMessages_en_US.hpp
Log:
Display offending attribute value as well
Revision ChangesPath
1.25 +8 -8
xml-xerces/c/src/xercesc/util/MsgLoaders/InMemory/XercesM
peiyongz2004/04/29 13:17:03
Modified:c/src/xercesc/util/MsgLoaders/MsgCatalog
XercesMessages_en_US.Msg
Log:
Display offending attribute value as well
Revision ChangesPath
1.24 +3 -3
xml-xerces/c/src/xercesc/util/MsgLoaders/MsgCatalog/Xer
peiyongz2004/04/29 13:17:41
Modified:c/src/xercesc/util/Platforms/Win32 Version.rc
Log:
Display offending attribute value as well
Revision ChangesPath
1.52 +3 -5 xml-xerces/c/src/xercesc/util/Platforms/Win32/Version.rc
Index: Version.rc
==
peiyongz2004/04/29 13:19:10
Modified:c/src/xercesc/validators/DTD DTDValidator.cpp
Log:
XML1.0-3rd: only and only ONE #x20 is allowed to be the delimiter for
Names and Nmtokens
Revision ChangesPath
1.23 +15 -6 xml-xerces/c/src/xercesc/validators/DTD/DTDValidato
mrglavas2004/04/29 19:42:43
Modified:java/src/org/apache/xerces/impl/xs/opti SchemaDOMParser.java
Log:
Fixing a NPE which occured for any schema containing a CDATA
section outside of an annotation.
Revision ChangesPath
1.8 +9 -3
xml-xerces/java/src/org/apac