<?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"> <taglib> <tlibversion>1.3</tlibversion> <jspversion>1.1</jspversion> <shortname>Choose taglib</shortname> <uri>http://www.servletsuite.com/servlets/choosetag</uri> <info>Choose taglib</info> <tag> <name>choose</name> <tagclass>com.cj.choose.chooseTag</tagclass> <bodycontent>JSP</bodycontent> <info>logical choose</info> attribute> <name>cond</name> <required>true</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> <tag> <name>when</name> <tagclass>com.cj.choose.whenTag</tagclass> <bodycontent>JSP</bodycontent> <info>code block within of choose</info> <attribute> <name>cond</name> <required>true</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> <tag> <name>otherwise</name> <tagclass>com.cj.choose.otherwiseTag</tagclass> <bodycontent>JSP</bodycontent> <info>code block within of choose</info> </tag> </taglib>