FOP in a servlet

2001-07-16 Thread VIRUEGA Pierre
Hello, I need some help about how to embed FOP in a servlet. I know there is an example on the FOP site but it is only with one parameter, the same as: Fop foo.fo foo.pdf and what I want to do is similar to: Fop -xml foo.xml -xsl foo.fo foo.pdf I found the following code on the FOP FAQ as an exam

Re: Fop2PDFServlet using FOP 0.20.1

2001-10-24 Thread VIRUEGA Pierre
Hello, A question about using FOP in a servlet with 2 files (xmlfile and xslfile). Is it possible to use URL instead of File ? In the servlet example, we use : XSLTInputHandler(java.io.File xmlfile, java.io.File xsltfile) Tks for any help. Pierre Keiron Liddle a écrit : On Fri, 21 Sep 2001 18:15: