<?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">

<taglib>

  <tlib-version>1.0</tlib-version>
  <jsp-version>1.2</jsp-version>
  <short-name>demo</short-name>
  <uri>http://xmlns.oracle.com/j2ee/jsp/tld/demos/xmlview.tld</uri>
  <description>
        A tag library for demonstration purposes only!
        Shows the xmlview as handed off to the tag library validator
        as the input stream or a node tree
  </description>
  <validator>
    <validator-class>
        examples.XMLViewTagTLV
    </validator-class>
  </validator>
  <tag>
    <name>xmlView</name>
    <tag-class>examples.XMLViewTag</tag-class>
    <body-content>JSP</body-content>
    <attribute>
        <name>id</name>
        <required>required</required>
        <rtexprvalue>false</rtexprvalue>
    </attribute>
    <attribute>
        <name>showAs</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
    </attribute>
   </tag>
</taglib>
