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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to