Re: Doubt regarding XSLProcessor.process

2002-06-11 Thread Keiron Liddle
look at this page: http://xml.apache.org/xalan-j/usagepatterns.html in particular the section titled "Multithreading" On Tue, 2002-06-11 at 07:47, [EMAIL PROTECTED] wrote: > Hi all, > > I am using fop-0.20.3rc version of FOP to generate PDF files. > These are few lines of code I used to generat

Doubt regarding XSLProcessor.process

2002-06-11 Thread vinod . nayak
Hi all,   I am using fop-0.20.3rc version of FOP to generate PDF files. These are few lines of code I used to generate the PDF reports.   xslProcessor = XSLTProcessorFactory.getProcessor();   --1   xslProcessor.process(new XSLTInputSource(new FileReader(XSLFile)),new XSLTInputSource(ne