On Fri, 26 Apr 2002, Martin Cooper wrote: > > My best advice is to use the JAXP 1.2 set of JARs consistently; that > > should be the easiest way to fix the problem. > > I presume you mean the JAXP 1.2 EA2 that's bundled with the JAX Pack?
Yeah, that's what I had in mind. At least, it's that distribution that I've tested the JSTL implementation with. > Also presumably, I'll need to replace the containers' JAXP > implementations with this, and not just what's in the > standard-examples web app? No, loading from the webapp classloader should be sufficient. Just dropping all the JAXP 1.2 EA2 JARs (barring xsltc.jar) into WEB-INF/lib should be all you need to do. Let me know if that doesn't work for you, though. (And keep in mind the Tomcat 4.0.3 bug that prevents it from working; it's fixed in Tomcat 4.0.4B2.) -- Shawn Bayern "JSP Standard Tag Library" http://www.jstlbook.com (coming this summer from Manning Publications) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>