cvs commit: jakarta-commons/validator/conf/share validator_1_1_3.dtd

2004-04-06 Thread rleland
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  ChangesPath
  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 -   1.1.2.1
  +++ validator_1_1_3.dtd   6 Apr 2004 22:20:36 -   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]



cvs commit: jakarta-commons/validator/conf/share validator_1_1_3.dtd

2004-04-05 Thread rleland
rleland 2004/04/05 18:12:37

  Added:   validator/conf/share Tag: VALIDATOR_1_1_2_BRANCH
validator_1_1_3.dtd
  Log:
  BRANCH VALIDATOR AT 1_1_2 TAG and backport DTD Fix.
  This  partially fixes a missing attribute for var.
  I am not a DTD expert, but would like to limit possible valies to int, string  
regexp
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.1.2.1   +313 -0jakarta-commons/validator/conf/share/Attic/validator_1_1_3.dtd
  
  
  
  

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