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

Re: jstl xpath

2004-01-12 Thread Brice Ruth
I believe JSTL uses the JDK standard, which is Xerces/Xalan, which is an Apache Jakarta standard project. Checkout xml.apache.org for more info. Brice Tridev Kodamasingh wrote: Hi All, Can anybody tell me, for xml parsing/navigating, what XPath engine sun/JSTL uses ?? Where I can get the

Re: jstl xpath

2004-01-12 Thread Kris Schneider
Pretty the Jakarta Standard taglib, a JSTL implementation, uses Jaxen for its XPath engine. All the JAR files you need are distributed with the taglib: jaxen-full.jar jstl.jar saxpath.jar standard.jar Not sure where dom4j came from. Of course, there's nothing that really prevents another JSTL

Re: jstl xpath

2004-01-12 Thread Kris Schneider
Quoting Kris Schneider [EMAIL PROTECTED]: Pretty the Jakarta Standard taglib, a JSTL implementation, uses Jaxen for ^sure its XPath engine. All the JAR files you need are distributed with the taglib: jaxen-full.jar jstl.jar saxpath.jar standard.jar Not sure where dom4j came