It might be good to add a simple test that uses var-jstype so this doesn't
happen again.  Thanks for fixing it!

David

--- [EMAIL PROTECTED] wrote:
> rleland     2004/04/06 15:19:58
> 
>   Modified:    validator/conf/share validator_1_2_0.dtd
>   Log:
>   Fix variable syntax for js-type in trunk
>   
>   Revision  Changes    Path
>   1.4       +3 -4     
> jakarta-commons/validator/conf/share/validator_1_2_0.dtd
>   
>   Index: validator_1_2_0.dtd
>   ===================================================================
>   RCS file:
> /home/cvs/jakarta-commons/validator/conf/share/validator_1_2_0.dtd,v
>   retrieving revision 1.3
>   retrieving revision 1.4
>   diff -u -r1.3 -r1.4
>   --- validator_1_2_0.dtd     6 Apr 2004 00:48:12 -0000       1.3
>   +++ validator_1_2_0.dtd     6 Apr 2004 22:19:58 -0000       1.4
>   @@ -291,7 +291,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?)>
>    
>    
>    
>   @@ -308,8 +308,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]
> 


__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/

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

Reply via email to