You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by sa...@locus.apache.org on 2000/11/01 20:10:20 UTC

cvs commit: jakarta-watchdog-4.0/src/server/jsp-tests/WEB-INF/tlds tld_uri.tld

santosh     00/11/01 11:10:20

  Added:       src/server/jsp-tests/WEB-INF/tlds tld_uri.tld
  Log:
  tld file for TLD Resource Path tests
  
  Revision  Changes    Path
  1.1                  jakarta-watchdog-4.0/src/server/jsp-tests/WEB-INF/tlds/tld_uri.tld
  
  Index: tld_uri.tld
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1" ?>
  <!DOCTYPE taglib
          PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
          "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_2.dtd">
  
  <!-- a tab library descriptor -->
  
  <taglib>
    <!-- after this the default space is
  	"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_2.dtd"
     -->
  
    <tlib-version>1.0</tlib-version>
    <jsp-version>1.2</jsp-version>
    <short-name>tests</short-name>
    <description>
  	A simple tab library for testing computation of TLD Resource Path 
    </description>
  
    <!-- general validator tag -->
    <tag>
      <name>tldtag</name>
      <tag-class>tags.tld_resource_path.tld_URI</tag-class>
      <description>
  	A simple Tag that prints the type of URI used in the taglib directive.
      </description>
  
      <attribute>
        <name>uri</name>
        <required>true</required>
      </attribute>
      
    </tag>
  
   </taglib>