Hi, I am trying to transforrm the results using xslt - I store my xslts in conf/xslt/
I call them in the querystring with the parameters &wt=xslt&tr=result.xsl And get back an error: getTransformer fails in getContentType java.lang.RuntimeException: getTransformer fails in getContentType ... Caused by: java.io.IOException: Unable to initialize Templates 'result.xsl' ... Caused by: javax.xml.transform.TransformerConfigurationException: Could not compile stylesheet I'm supposing it is not an XSLT issue as I am able to run the transformation via command line with Xalan. Thanks, Bryan Rasmussen