Please find the attached patch for bug# 3532
Pavani
--
Pavani Mukthipudi
Sun Microsystems Inc.
Phone: 080 - 2298989 Extn: 87390
Index: XMLValidator.java
===================================================================
RCS file:
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/validators/common/Attic/XMLValidator.java,v
retrieving revision 1.186.2.2
diff -u -r1.186.2.2 XMLValidator.java
--- XMLValidator.java 2001/09/06 18:55:57 1.186.2.2
+++ XMLValidator.java 2001/09/11 07:35:29
@@ -2579,6 +2579,10 @@
}
fXsiTypeAttValue = -1;
+
+ // fNil has to be re-initialized for each element
+ fNil = false;
+
index = attrList.getFirstAttr(fAttrListHandle);
int attName;
int attPrefix;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]