Re: xtags, xsl, xml, jsp

2003-12-10 Thread Martin van Dijken
Hey Tridev, Try using the standard taglib instead of the xtags taglib. Standard is just that, the JSTL standard and I'm not 100% certain xtags is still being maintained. Grtz, Martin Tridev Kodamasingh wrote: Hi, I am trying to apply xslt to a xml document through xtags inside a jsp page.

RE: xtags, xsl, xml, jsp

2003-12-10 Thread Tridev Kodamasingh
, December 10, 2003 9:28 AM To: Tag Libraries Users List Subject: Re: xtags, xsl, xml, jsp Hey Tridev, Try using the standard taglib instead of the xtags taglib. Standard is just that, the JSTL standard and I'm not 100% certain xtags is still being maintained. Grtz, Martin Tridev Kodamasingh

Re: xtags, xsl, xml, jsp

2003-12-10 Thread Martin van Dijken
don't see much usage of xtags over net. Anyway.. thanks a lot for ur time. -Original Message- From: Martin van Dijken [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 9:28 AM To: Tag Libraries Users List Subject: Re: xtags, xsl, xml, jsp Hey Tridev, Try using the standard taglib

RE: xtags, xsl, xml, jsp

2003-12-10 Thread Tridev Kodamasingh
Hi Martin, Is there any tag in jstl which can apply particular xsl transformation on a xml file ? cheers Tridev -Original Message- From: Martin van Dijken [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 9:28 AM To: Tag Libraries Users List Subject: Re: xtags, xsl, xml

RE: xtags, xsl, xml, jsp

2003-12-10 Thread Kris Schneider
, Is there any tag in jstl which can apply particular xsl transformation on a xml file ? cheers Tridev -Original Message- From: Martin van Dijken [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 9:28 AM To: Tag Libraries Users List Subject: Re: xtags, xsl, xml, jsp

xtags, xsl, xml, jsp

2003-12-09 Thread Tridev Kodamasingh
Hi, I am trying to apply xslt to a xml document through xtags inside a jsp page. I am using the foolwing tag for the purpose. xtags:style xml=/xml/workorder.xml xsl=/xml/workorder.xsl / For this to work, as per the documentation in