You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xerces.apache.org by ki...@prusec.com on 2000/02/26 00:33:17 UTC

[PATCH] DatatypeValidator

I changed the MAXLENGTH and MINLENGTH constants to all lowercase, as per
the 12/17 spec.

---
original_src\org\apache\xerces\validators\datatype\DatatypeValidator.java
Tue Feb 22 14:54:34 2000
+++ src\org\apache\xerces\validators\datatype\DatatypeValidator.java   Wed
Feb 23 19:08:50 2000
@@ -83,8 +83,8 @@
     public static final String SCALE = "scale";

     public static final String LENGTH = "length";
-    public static final String MINLENGTH = "minLength";
-    public static final String MAXLENGTH = "maxLength";
+    public static final String MINLENGTH = "minlength";
+    public static final String MAXLENGTH = "maxlength";
     public static final String ENUMERATION = "enumeration";
     public static final String LITERAL = "literal";
     public static final String LEXICALREPRESENTATION =
"lexicalRepresentation";

Kito D. Mann
Virtua Communications Corp.