I just backed out the changes to XSLTransform.java which load XSL files
with getResourceAsStream().  Basic XSLs work, but <xsl:import>,
<xsl:include>, and document() become hideously broken.

Basically, without setting a custom URIResolver which feeds back into
the container getResourceAsStream(), the XSLT processor will try to
resolve imports et al from tomcat/bin/ (or orion/).  How to make a
custom URIResolver work with getResourceAsStream() is not immediately
obvious.  If anyone would like to take a stab at it, I'll be happy to
accept patches, but otherwise I'm going to move on to other tasks.  For
the time being, I suggest configuring your container to expand warfiles.

Jeff Schnitzer
[EMAIL PROTECTED]

_______________________________________________
Mav-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mav-user

Reply via email to