Ok I guess it is nonetheless a stylesheet problem, as a basic hello world outputting stylesheet works.
thanks, Bryan Rasmussen On Fri, Jun 10, 2011 at 10:12 AM, bryan rasmussen <rasmussen.br...@gmail.com> wrote: > 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 >