RE: jstl xpath

2004-01-13 Thread Tridev Kodamasingh
dependancies on third party libraries ? and they don't specify these dependecies in their site. Tridev -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 6:32 PM To: Tag Libraries Users List Subject: Re: jstl xpath Pretty the Jakarta Standard

RE: jstl xpath

2004-01-13 Thread Kris Schneider
come Apache has so much dependancies on third party libraries ? and they don't specify these dependecies in their site. Tridev -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 6:32 PM To: Tag Libraries Users List Subject: Re: jstl

RE: jstl xpath

2004-01-13 Thread Tridev Kodamasingh
PM To: Tag Libraries Users List Subject: RE: jstl xpath I'm not sure what you mean by, ...they don't specify these dependecies in their site. All the required JAR files are included in the distribution of the tag library. There's also this document: http://jakarta.apache.org/taglibs/doc/standard

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