jstl1.0 -- jstl1.1

2004-06-04 Thread Tridev Kodamasingh
Hi, I am facing a problem when I am migrating from jstl 1.0 to jstl 1.1. The problem is as follows. I am using jstl xml library to read from a XML sub-node. The xml is read trough using org.w3c.dom.* classes. When a particular subnode which is of type

RE: jstl xpath

2004-01-13 Thread Tridev Kodamasingh
a different XPath engine... Quoting Tridev Kodamasingh [EMAIL PROTECTED]: Hi All, Can anybody tell me, for xml parsing/navigating, what XPath engine sun/JSTL uses ?? Where I can get the required jar file ?? One thing I found out , which was dom4j. I don't intend to use dom4j

RE: jstl xpath

2004-01-13 Thread Tridev Kodamasingh
supplied by the container. Quoting Tridev Kodamasingh [EMAIL PROTECTED]: Thanks Kris for the info. I did not find any places in apache site/sun site, where it specifies this dependecies on jaxen-full.jar. U are right in saying that, we can have another implementation of JSTL, which can use

jstl xpath

2004-01-12 Thread Tridev Kodamasingh
Hi All, Can anybody tell me, for xml parsing/navigating, what XPath engine sun/JSTL uses ?? Where I can get the required jar file ?? One thing I found out , which was dom4j. I don't intend to use dom4j. Is there anything other than dom4j ? Will be very much thankful.. Cheers Tridev

xtags, dom4j

2004-01-06 Thread Tridev Kodamasingh
Hi , The xtags library is built on dom4j, which ofcourse is an open source. Is there any similar jakarta libray, which is built on org.w3c.DOM (which comes with jdk1.4) ? Thanks a lot for the time. Regards Tridev - To

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 Tridev Kodamasingh
, 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 wrote: Hi, I am trying to apply xslt to a xml document through xtags inside a 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