Re: [Resin-interest] TransformerException: org.xml.sax.SAXNotSupportedException - generate PDF

2008-02-20 Thread Daniel López
Hia, From the stacktrace, it seems that you are using Xalan as XSLT engine but Caucho's implementation as XML parser. It usually works better if you can either use Xalan with Xerces or Caucho's XLST engine + parser. Theoretically, mixing should work fine, but you have to get the right version

[Resin-interest] TransformerException: org.xml.sax.SAXNotSupportedException - generate PDF

2008-02-20 Thread TROISSNER Joerg
Hello I want to change from fop 0.20 to fop 094 and it works fine with standalone examples and also with tomcat but when i try with resin i got the following exception: public void convertFO2PDF(File fo, File pdf, PrintWriter out) throws IOException, FOPException {