Re: JSTL XML ---org/apache/xpath/XPathException

2008-07-15 Thread Kris Schneider
Make sure that you have *both* Xerces and Xalan installed. You can put the JARs in Tomcat's common/endorsed directory. On Tue, Jul 15, 2008 at 12:04 AM, Rajasekhar [EMAIL PROTECTED] wrote: The out.jsp contains %@ taglib prefix=c

Re: JSTL XML ---org/apache/xpath/XPathException

2008-07-15 Thread Rajasekhar
Hi   Thank you very much Mr. Kris. Its working for me. I have placed XercesImpl.jar and xalan.jar into the tomcat/common/endorsed folder as you specified.   I have downloaded these jars from the site http://www.apache.org/dist/xerces/j/   Can you tell me whats the purpose of endorsed folder.

Re: JSTL XML ---org/apache/xpath/XPathException

2008-07-15 Thread Kris Schneider
When Tomcat starts up, it sets the java.endorsed.dirs system property to its common/endorsed dir. Check this out: http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html#XML%20Parsers%20and%20J2SE%201.4 You could also try putting the JARs in your app's WEB-INF/lib dir (this would be the