Re: x:transform failure

2004-09-23 Thread Peter Norris
Kris Adding Xerces 2.6.2 (xercesImpl.jar) and Xalan 2.6.0 (xalan.jar) to $CATALINA_HOME/common/endorsed worked. Many Thanks Peter Kris Schneider wrote: This worked fine for me. It produced: petxtransform1.jsp JSTL x:transform example Transformation going directly to the

Re: x:transform failure

2004-09-23 Thread Kris Schneider
This worked fine for me. It produced: petxtransform1.jsp JSTL x:transform example Transformation going directly to the output: Hello, world! Note that I changed the taglib directives to: <%@ taglib prefix="x" uri="http://java.s

x:transform failure

2004-09-23 Thread Peter Norris
Having problems with x:transform on the following platform: WinXP JDK 1.4.2_05 Tomcat 5.0.28 JSTL 1.1.1 This code worked previously on: WinXP JDK 1.4.1_03 Tomcat 4.1.27 JSTL 1.0.3 The JSTL standard-examples.war produces a similar stack trace as do other previously working transforms using external