sandygao2003/02/07 14:34:57
Modified:java/src/org/apache/xerces/impl/xs XSParticleDecl.java
Log:
When a particle is empty, the min/max effective ranges should both be 0.
Revision ChangesPath
1.10 +7 -1
xml-xerces/java/src/org/apache/xerces/impl/xs/XSParticleDec
tng 2003/02/07 13:10:10
Modified:c/docbuild-winunix.xml faq-distrib.xml readme.xml
Log:
We also ship binary for linux/390
Revision ChangesPath
1.26 +4 -0 xml-xerces/c/doc/build-winunix.xml
Index: build-winunix.xml
=
elena 2003/02/07 12:48:48
Modified:java/src/org/apache/xml/serialize DOMWriterImpl.java
Log:
get rid of unnecessary instanceof checks
Revision ChangesPath
1.11 +4 -4 xml-xerces/java/src/org/apache/xml/serialize/DOMWriterImpl.java
Index: DOMWriterImpl.java
tng 2003/02/07 10:41:34
Modified:c/docbuild-winunix.xml faq-distrib.xml readme.xml
Log:
We are using intel to build linux 32 bit official binary distribution.
Revision ChangesPath
1.25 +1 -1 xml-xerces/c/doc/build-winunix.xml
Index: build-winunix.xm
sandygao2003/02/07 07:36:05
Modified:java/src/org/apache/xerces/impl/xs XSWildcardDecl.java
Log:
Fixing an NPE: if the namespace list in a wildcard is empty, toString() shouldn't
try to access the namespace array, because it's null in such case.
Revision ChangesPath
1.1
sandygao2003/02/07 07:32:48
Modified:java/src/org/apache/xerces/impl/xs
SubstitutionGroupHandler.java
Log:
Bug in substitution group handling.
All {derivation method}s and all {disallowed substitution}s should be considered.
Revision ChangesPath
sandygao2003/02/07 07:27:21
Modified:java/src/org/apache/xerces/impl/dv/xs XSSimpleTypeDecl.java
Log:
Bug: it's an error if fractionDigits > base.totalDigits.
Revision ChangesPath
1.31 +9 -1
xml-xerces/java/src/org/apache/xerces/impl/dv/xs/XSSimpleTypeDecl.java
gareth 2003/02/07 00:59:46
Modified:c/docmigration.xml
Log:
fixed typo
Revision ChangesPath
1.46 +1 -1 xml-xerces/c/doc/migration.xml
Index: migration.xml
===
RCS file: /home/cvs/xml-x