<?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.1</tlibversion> <jspversion>1.1</jspversion> <shortname>SEO taglib</shortname> <uri>http://www.servletsuite.com/servlets/seotag</uri> <info>SEO taglib</info> <tag> <name>ImgTxt</name> <tagclass>com.cj.seo.ImgTxtTag</tagclass> <bodycontent>JSP</bodycontent> <info>Image - text tag</info> <attribute> <name>img</name> <required>true</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>width</name> <required>true</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>height</name> <required>true</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> </taglib>