Hi, here is a patch for what I think is a bug waiting to happen in
XSModelGroupImpl.java.
--
# Stef Epardaud, # Teachers have potentially more power than military,
# Java Defeater # the former can teach us how to not need the latter.
# Earth # Lunatech Research,
# Solar System # soon we'll quit researching and start finding...
Index: src/org/apache/xerces/impl/xs/XSModelGroupImpl.java
===================================================================
RCS file:
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/xs/XSModelGroupImpl.java,v
retrieving revision 1.3
diff -r1.3 XSModelGroupImpl.java
121c121
< if (fParticles.length > 0)
---
> if (fParticleCount > 0)
157c157
< if (fParticles.length > 0) {
---
> if (fParticleCount > 0) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]