turner      2002/10/22 18:32:01

  Modified:    validator/conf/share validator_1_0.dtd
  Log:
  Oopsie, added something else that I was working on and abandoned, removed the bogus 
resource attributes.
  
  Revision  Changes    Path
  1.4       +4 -7      jakarta-commons/validator/conf/share/validator_1_0.dtd
  
  Index: validator_1_0.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/conf/share/validator_1_0.dtd,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- validator_1_0.dtd 22 Oct 2002 19:59:40 -0000      1.3
  +++ validator_1_0.dtd 23 Oct 2002 01:32:01 -0000      1.4
  @@ -73,8 +73,7 @@
   -->
   <!ELEMENT formset (constant*, form+)>
   <!ATTLIST formset language     CDATA #IMPLIED
  -                  country      CDATA #IMPLIED 
  -                  resource     CDATA #IMPLIED >
  +                  country      CDATA #IMPLIED >
   
   
   <!--
  @@ -82,8 +81,7 @@
        corresponds to the identifer the application assigns to the form. 
   -->
   <!ELEMENT form    (field+ )>
  -<!ATTLIST form    name         CDATA #REQUIRED
  -                  resource     CDATA #IMPLIED>
  +<!ATTLIST form    name         CDATA #REQUIRED>
   
   
   <!--
  @@ -119,8 +117,7 @@
   <!ATTLIST field   property CDATA #REQUIRED
                     depends  CDATA #IMPLIED
                     page     CDATA #IMPLIED
  -                  indexedListProperty CDATA #IMPLIED 
  -                  resource     CDATE #IMPLIED >
  +                  indexedListProperty CDATA #IMPLIED >
   
   
   <!--
  
  
  

--
To unsubscribe, e-mail:   <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>

Reply via email to