Re: FOP in Oracle 9iAS

2003-01-29 Thread mapp
Thank you, I have just solved the problem. I've had to generate first a XSL-FO document using the XSL template and the XML data and store it in a Stream. Then, use FOP for generating the PDF from the FO document. Regards, Miguel. J.Pietschmann [EMAIL PROTECTED] 27/01/2003 21:32 Por

FOP in Oracle 9iAS

2003-01-27 Thread mapp
Has anyone succeded in embedding FOP in Oracle 9iAS? I am having real trouble with the following code in a servlet run in OC4J: * TransformerFactory transformerfactory = TransformerFactory.newInstance(); //Check if the factory supports SAX if