rleland     2004/04/06 15:20:36

  Modified:    validator/conf/share Tag: VALIDATOR_1_1_2_BRANCH
                        validator_1_1_3.dtd
  Log:
  Fix variable syntax for js-type in VALIDATOR_1_1_2_BRANCH
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.2   +3 -4      jakarta-commons/validator/conf/share/Attic/validator_1_1_3.dtd
  
  Index: validator_1_1_3.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/conf/share/Attic/validator_1_1_3.dtd,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- validator_1_1_3.dtd       6 Apr 2004 01:12:37 -0000       1.1.2.1
  +++ validator_1_1_3.dtd       6 Apr 2004 22:20:36 -0000       1.1.2.2
  @@ -288,7 +288,7 @@
        range validation. These parameters may also be referenced by one of the
        arg? elements using a shell syntax: ${var:var-name}.
   -->
  -<!ELEMENT var (var-name, var-value, var-jstype)>
  +<!ELEMENT var (var-name, var-value, var-jstype?)>
   
   
   
  @@ -305,8 +305,7 @@
   <!ELEMENT var-value (#PCDATA)>
   
   <!--
  -     The java script type, int, string, or regexp. TODO: LIMIT options to these 3.
  -    <!ELEMENT var-jstype (int|string|regexp)>    would this work ?
  +     The java script type, Possible Values [int| string | regexp] 
   
   -->
   <!ELEMENT var-jstype (#PCDATA)>
  
  
  

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

Reply via email to