Hi,

Please find attached a small patchee for class XSWildcardDecl.

Cheers,
Rahul.

Sun Microsystems, Inc.

XSWildcardDecl.java

Index: XSWildcardDecl.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/v2/XSWildcardDecl.java,v
retrieving revision 1.1
diff -u -w -r1.1 XSWildcardDecl.java
--- XSWildcardDecl.java 2001/09/19 16:17:44     1.1
+++ XSWildcardDecl.java 2001/09/21 10:37:55
@@ -85,7 +85,7 @@
     // the type of wildcard: any, other, or list
     public short fType = WILDCARD_ANY;
     // the type of process contents: strict, lax, or skip
-    public short fPprocessContents = WILDCARD_STRICT;
+    public short fProcessContents = WILDCARD_STRICT;
     // the namespace list:
     // for WILDCARD_LIST, it means one of the namespaces in the list
     // for WILDCARD_OTHER, it means not any of the namespaces in the list

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to