You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2002/03/26 01:37:38 UTC

cvs commit: jakarta-commons/latka/conf custom-tests.ent

dion        02/03/25 16:37:38

  Added:       latka/conf custom-tests.ent
  Log:
  File for storing custom tests and their definitions
  
  Revision  Changes    Path
  1.1                  jakarta-commons/latka/conf/custom-tests.ent
  
  Index: custom-tests.ent
  ===================================================================
  <!-- 
      alter this file to add new custom tests 
  -->
  
  <!--top level element only, e.g.
      the vertical bar is VERY important
  ### example only
      custom-tests " | myvalidator" >
   -->
  <!ENTITY % custom-tests "" >
  
  <!-- 
  now for custom test element and attribute definitions, e.g.
  
  ### example only
  <!ELEMENT myvalidator EMPTY>
  <!ATTLIST myvalidator name  CDATA #REQUIRED
                        value CDATA #IMPLIED
                        label CDATA #IMPLIED>
  -->
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>