Bug 28301 - XTags are not working for Tomcat 4.1.18
Summary: XTags are not working for Tomcat 4.1.18
Status: RESOLVED LATER
Alias: None
Product: Taglibs
Classification: Unclassified
Component: XTags Taglib (show other bugs)
Version: unspecified
Hardware: Other AIX
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-08 21:54 UTC by Siva
Modified: 2009-11-29 19:47 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Siva 2004-04-08 21:54:05 UTC
I use XTags to convert my xml. It works good on tomcat 4.0.1 but when I ported 
to a different machine under tomcat 4.1.18 it doesn't work. I use IO tags to 
make http post(which works). Returned XML is parsed by xtags:parse which 
doesn't work. Please let me know what I need to do to get this working

Thankyou

Code Sample is as below:
<xtags:parse>
	<io:http url="<%=strURL%>" action="POST" output="true" input="true">
	 <io:header name="Content-Type" value="text/xml"/>
	   <io:body>
		<%=strInputXml%>
	   </io:body>
	</io:http>
</xtags:parse>
<xtags:stylesheet>
<xtags:template match="/">
  <html>
  <body>
  <xtags:applyTemplates/> 
  </body>
  </html>
</xtags:template>
<xtags:template match="RootTag">
	<xtags:applyTemplates select="Xxxx"/> 
</xtags:template>
<xtags:template match="Xxxx">
	Xxxx :<xtags:valueOf select="."/><br/>
</xtags:template>
</xtags:stylesheet>
Comment 1 Henri Yandell 2009-11-29 19:47:48 UTC
Resolving. Taglib has been retired.