cvs commit: xml-xerces/java build.xml

2003-01-06 Thread sandygao
sandygao2003/01/06 15:03:13 Modified:java build.xml Log: Exclude DOMUtil.java from dtd-only jar build. This file is only used by XML Schema code, and has dependency on impl.xs package. Revision ChangesPath 1.112 +2 -1 xml-xerces/java/build.xml Index:

cvs commit: xml-xerces/java/src/org/apache/xerces/impl/xs XSComplexTypeDecl.java

2003-01-06 Thread sandygao
sandygao2003/01/06 15:01:03 Modified:java/src/org/apache/xerces/impl/xs XSComplexTypeDecl.java Log: The texts for content types weren't ordered correctly. Revision ChangesPath 1.12 +2 -2 xml-xerces/java/src/org/apache/xerces/impl/xs/XSComplexTypeDecl.java

cvs commit: xml-xerces/c/src/xercesc/util/Transcoders/Iconv IconvTransService.cpp IconvTransService.hpp

2003-01-06 Thread tng
tng 2003/01/06 13:48:05 Modified:c/src/xercesc/util/Transcoders/Iconv IconvTransService.cpp IconvTransService.hpp Log: Remove obsolete old functions transcodeXML and transcodeOne Revision ChangesPath 1.9 +1 -70 xml-xerces/c/src/xerce

cvs commit: xml-xerces/c/src/xercesc/util/Transcoders/Iconv400 Iconv400TransService.cpp Iconv400TransService.hpp

2003-01-06 Thread tng
tng 2003/01/06 13:47:48 Modified:c/src/xercesc/util/Transcoders/Iconv400 Iconv400TransService.cpp Iconv400TransService.hpp Log: Remove obsolete old functions transcodeXML and transcodeOne Revision ChangesPath 1.7 +1 -119 xml-xerces/c/

cvs commit: xml-xerces/c/src/xercesc/util/Transcoders/Iconv390 Iconv390TransService.cpp Iconv390TransService.hpp

2003-01-06 Thread tng
tng 2003/01/06 13:46:08 Modified:c/src/xercesc/util/Transcoders/Iconv390 Iconv390TransService.cpp Iconv390TransService.hpp Log: Since 390 uses ICU or Uniconv390 TransService, change Iconv390 to use intrinsic transcoders only so as to bypass Bug 2393.

cvs commit: xml-xerces/c/doc program.xml program-sax2.xml program-sax.xml program-others.xml program-dom.xml program-deprecateddom.xml migration.xml

2003-01-06 Thread knoaman
knoaman 2003/01/06 13:19:42 Modified:c/docprogram.xml program-sax2.xml program-sax.xml program-others.xml program-dom.xml program-deprecateddom.xml migration.xml Log: Documentation update. Revision ChangesPath 1.34

cvs commit: xml-xerces/c/src/xercesc/util XMLString.cpp

2003-01-06 Thread knoaman
knoaman 2003/01/06 11:50:06 Modified:c/src/xercesc/util XMLString.cpp Log: Performance: eliminate unnecessary condition in compareNString. Revision ChangesPath 1.18 +2 -2 xml-xerces/c/src/xercesc/util/XMLString.cpp Index: XMLString.cpp ===

cvs commit: xml-xerces/c/doc migration.xml

2003-01-06 Thread tng
tng 2003/01/06 11:45:18 Modified:c/docmigration.xml Log: New feature StandardUriConformant to force strict standard uri conformance. Revision ChangesPath 1.40 +2 -0 xml-xerces/c/doc/migration.xml Index: migration.xml ==

cvs commit: xml-xerces/c/src/xercesc/internal DGXMLScanner.cpp IGXMLScanner2.cpp ReaderMgr.cpp SGXMLScanner.cpp WFXMLScanner.cpp XMLScanner.cpp

2003-01-06 Thread tng
tng 2003/01/06 11:44:58 Modified:c/src/xercesc/internal DGXMLScanner.cpp IGXMLScanner2.cpp ReaderMgr.cpp SGXMLScanner.cpp WFXMLScanner.cpp XMLScanner.cpp Log: New feature StandardUriConformant to force strict standard uri conformanc

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

2003-01-06 Thread tng
tng 2003/01/06 11:43:49 Modified:c/src/xercesc/validators/schema TraverseSchema.cpp Log: New feature StandardUriConformant to force strict standard uri conformance. Revision ChangesPath 1.50 +6 -3 xml-xerces/c/src/xercesc/validators/schema/TraverseSchema.cpp

cvs commit: xml-xerces/c/src/xercesc/util/Platforms/Win32 Win32PlatformUtils.cpp

2003-01-06 Thread tng
tng 2003/01/06 11:43:32 Modified:c/src/xercesc/util/Platforms/Win32 Win32PlatformUtils.cpp Log: New feature StandardUriConformant to force strict standard uri conformance. Revision ChangesPath 1.12 +33 -4 xml-xerces/c/src/xercesc/util/Platforms/Win32/Win32Pl

cvs commit: xml-xerces/c/src/xercesc/util XMLUri.hpp XMLURL.cpp XMLURL.hpp

2003-01-06 Thread tng
tng 2003/01/06 11:43:18 Modified:c/src/xercesc/util XMLUri.hpp XMLURL.cpp XMLURL.hpp Log: New feature StandardUriConformant to force strict standard uri conformance. Revision ChangesPath 1.7 +14 -11xml-xerces/c/src/xercesc/util/XMLUri.hpp Index: XMLUri.

cvs commit: xml-xerces/c/src/xercesc/validators/datatype ENTITYDatatypeValidator.cpp

2003-01-06 Thread knoaman
knoaman 2003/01/06 11:40:05 Modified:c/src/xercesc/validators/datatype ENTITYDatatypeValidator.cpp Log: Throw an invalid datatype value exception if fEntityDeclPool is NULL. Revision ChangesPath 1.5 +12 -1 xml-xerces/c/src/xercesc/valida

cvs commit: xml-xerces/java/src/org/apache/xerces/util ObjectFactory.java

2003-01-06 Thread neilg
neilg 2003/01/06 08:37:59 Modified:java/src/org/apache/xerces/util ObjectFactory.java Log: Close the file input stream we opened when reading the xerces.properties file. Revision ChangesPath 1.9 +2 -1 xml-xerces/java/src/org/apache/xerces/util/ObjectFactory.j

cvs commit: xml-xerces/java/src/javax/xml/parsers FactoryFinder.java

2003-01-06 Thread neilg
neilg 2003/01/06 08:37:03 Modified:java/src/javax/xml/parsers FactoryFinder.java Log: sync JAXP code up with tck-jaxp-1_2_0 branch from xml-commons. This closes the file input stream we opened when reading the jaxp.properties file. Revision ChangesPath 1.7 +1 -0

cvs commit: xml-xerces/c/doc migration.xml

2003-01-06 Thread tng
tng 2003/01/06 07:41:15 Modified:c/docmigration.xml Log: Documentation: New feature StandardUriConformant to force strict standard uri conformance. Revision ChangesPath 1.39 +12 -5 xml-xerces/c/doc/migration.xml Index: migration.xml ==

cvs commit: xml-xerces/c/doc readme.xml

2003-01-06 Thread tng
tng 2003/01/06 07:40:36 Modified:c/docreadme.xml Log: Documentation: Mention XML 1.1 in readme.xml Revision ChangesPath 1.28 +2 -0 xml-xerces/c/doc/readme.xml Index: readme.xml ===

cvs commit: xml-xerces/c/doc Doxyfile

2003-01-06 Thread tng
tng 2003/01/06 06:51:59 Modified:c/docDoxyfile Log: Exclude some headers for API Documentation. Revision ChangesPath 1.26 +1 -1 xml-xerces/c/doc/Doxyfile Index: Doxyfile === RCS fil

cvs commit: xml-xerces/java/src/org/apache/xerces/impl XMLEntityManager.java

2003-01-06 Thread neeraj
neeraj 2003/01/06 06:00:58 Modified:java/src/org/apache/xerces/impl Tag: jaxp_1_2_2_branch XMLEntityManager.java Log: EntityExpansionLimit can be set via system property "entityExpansionLimit". It would allow all the applications to put constraint on entity