When I run the XTags examples with Jakarta Tomcat 4.0.3 and JDK 1.3.1, I got en error when I try the XSLT Examples. The exception is : javax.servlet.ServletException: javax/xml/transform/URIResolver at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:485) The root cause : java.lang.NoClassDefFoundError: javax/xml/transform/URIResolver If I use Jakarta Tomcat 4.0.6 and JDK 1.3.1, the samples are OK. If I use Jakarta Tomcat 4.0.3 and JDK 1.4.1, the samples are OK. I suppose there is another class of the URIResolver somewhere in a jar of Tomcat but I do'nt find it. Thanks.
This is not an xtags issue. This is a class path issue that needs to be resolved by using a java xml packages. Either by downloading the packages and installing them in tomcat or by downloading a new version of the jdk that has the javax.xml.* packages.