<?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/dtd/web-jsptaglibrary_1_2.dtd">

<taglib>

  <tlib-version>1.0</tlib-version>
  <jsp-version>1.2</jsp-version>
  <short-name>simple</short-name>
  <uri>http://www.cs.uno.edu/tomcat/example-taglib</uri>
  <description>
	A simple tab library for the examples
  </description>


<tag>
    <name>testTag</name>
    <tag-class>cs4208.tags.TestBeanTag</tag-class>
    <description>Test Bean</description>
	<attribute>
       <name>beanName</name>
       <required>true</required>
       <rtexprvalue>true</rtexprvalue>
    </attribute>
    <body-content>empty</body-content>
  </tag>         

</taglib>
