blob: fe1ee110ae952f212933be8b64c27cfc6396b129 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<taglib xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"
version="2.0">
<description>Test library</description>
<display-name>Test Library</display-name>
<tlib-version>1.0</tlib-version>
<short-name>test</short-name>
<uri>http://eclipse.org/test</uri>
<tag>
<name>foo</name>
<tag-class>test.Foo</tag-class>
<tei-class>test.FooTEI</tei-class>
<body-content>JSP</body-content>
<attribute>
<name>attr</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
</taglib>