[OT]RE: XML to PDF(need sample servlet code...)

2003-01-22 Thread Madhavan Srinivasan
} catch (Exception ex) { logger.debug("Error:"+ex.getMessage()); return null; } } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 12:32 AM To: [EMAIL PROTECTED]

RE: XML to PDF(need sample servlet code...)

2003-01-22 Thread Maris Orbidans
r("Exception in XsltThread ",ex); ex.printStackTrace(); } finally { try { outStream.flush(); outStream.close(); } catch (java.io.IOException ex) { } } log.debug("X

RE: XML to PDF(need sample servlet code...)

2003-01-22 Thread Pani, Gourav
i posted sample code on this thread yesterday. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 3:32 AM To: [EMAIL PROTECTED] Subject: RE: XML to PDF(need sample servlet code...) Hi, Do u have any sample code of a servlet that does

RE: XML to PDF(need sample servlet code...)

2003-01-22 Thread ROSSEL Olivier
Cocoon distribution comes with samples. One of the samples is a XML->XSL-FO->PDF pipeline. Very easy to setup, very efficient (Cocoon is efficient, FOP is ...). http://xml.apache.org/cocoon This e-mail is intended only for the above addressee. It may contain privileged information. If you are not

RE: XML to PDF(need sample servlet code...)

2003-01-22 Thread shirishchandra . sakhare
Hi, Do u have any sample code of a servlet that does the same?I tried to use the FOP servlet given with FOP distribution..But i keep on getting null pointer exceptions... Any help will be appreciated.. regards, Shirish. -Original Message- From: madhavan [mailto:[EMAIL PROTECTED]] Sent: