rleland     2002/11/14 12:06:37

  Modified:    conf/share validation_1_1.dtd validator-rules_1_1.dtd
  Log:
  Deprecate and document the new dtd in commons-validator
  
  Revision  Changes    Path
  1.4       +8 -9      jakarta-struts/conf/share/validation_1_1.dtd
  
  Index: validation_1_1.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/conf/share/validation_1_1.dtd,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- validation_1_1.dtd        11 Oct 2002 03:11:41 -0000      1.3
  +++ validation_1_1.dtd        14 Nov 2002 20:06:37 -0000      1.4
  @@ -1,13 +1,12 @@
   <!--
  -    DTD for the Validation Configuration File, Version 1.1
  -
  -    To allow Struts to validate your validator.xml configuration files,
  -    include the following DOCTYPE element at the beginning (after the
  -    "xml" declaration):
  -
  +    Deprecated ** deprecated ** deprecated ** deprecated ** deprecated ** 
deprecated 
  +    
  +     Refer to the below DTD Instead:
  +    
       <!DOCTYPE form-validation PUBLIC
  -      "-//Apache Software Foundation//DTD Struts Validation Configuration 1.1//EN"
  -      "http://jakarta.apache.org/struts/dtds/validation_1_1.dtd";>
  +          "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 
1.0//EN"
  +          "http://jakarta.apache.org/commons/dtds/validator_1_0.dtd";>
  +
   
       $Id$
   -->
  
  
  
  1.5       +8 -9      jakarta-struts/conf/share/validator-rules_1_1.dtd
  
  Index: validator-rules_1_1.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/conf/share/validator-rules_1_1.dtd,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- validator-rules_1_1.dtd   11 Oct 2002 03:11:41 -0000      1.4
  +++ validator-rules_1_1.dtd   14 Nov 2002 20:06:37 -0000      1.5
  @@ -1,13 +1,12 @@
   <!--
  -    DTD for the Validator Rules Configuration File, Version 1.1
  -
  -    To allow Struts to validate your validator-rules.xml configuration
  -    file, include the following DOCTYPE element at the beginning (after
  -    the "xml" declaration):
  -
  +    Deprecated ** deprecated ** deprecated ** deprecated ** deprecated ** 
deprecated 
  +    
  +     Refer to the below DTD Instead:
  +    
       <!DOCTYPE form-validation PUBLIC
  -     "-//Apache Software Foundation//DTD Struts Validator Rules Configuration 
1.1//EN"
  -     "http://jakarta.apache.org/struts/dtds/validator-rules_1_1.dtd";>
  +          "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 
1.0//EN"
  +          "http://jakarta.apache.org/commons/dtds/validator_1_0.dtd";>
  +
   
       $Id$
   -->
  
  
  

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

Reply via email to