RE: how starting FOP without XML-File

2001-07-11 Thread Marc Jenzer
Jim,   Thanks a lot for your help! It works now!   Cheers   Marc  

RE: how starting FOP without XML-File

2001-07-11 Thread Jim Urban
m just a user) can add an example like this to the FOP package. Jim Urban -Original Message- From: Marc Jenzer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 8:27 AM To: [EMAIL PROTECTED] Subject: RE: how starting FOP without XML-File Thanks for the answer! But with your solut

RE: how starting FOP without XML-File

2001-07-11 Thread Marc Jenzer
Thanks for the answer!   But with your solution, I can't pass the fop xsl file. This file is on the filesystem. Could you help me?   Thanks     -Original Message-This code will read the XML from a String object and write the PDF outputback to the browser.:  try  {

RE: how starting FOP without XML-File

2001-07-11 Thread Jim Urban
This code will read the XML from a String object and write the PDF output back to the browser.:     try  { String fopstring = your function to generate the XML     InputSource foSource = InputSource(new StringReader(fopstring)); ByteArrayOutputStream out =