Re: Invoking FOP Servlet from struts:Please help

2003-06-26 Thread Michael Duffy
Hi Hardarshan, 1. I'm assuming that you only need to read files, not write. If that's the case, put the XML and XSL files under WEB-INF/xml and WEB-INF/xsl, respectively, and access them using ServletContext's getResourceAsStream method. 2. You might get the encoded (very important) XML and

Re: Invoking FOP Servlet from struts:Please help

2003-06-23 Thread J.Pietschmann
Hardarshan Singh wrote: Questions : 1. Where should the xml and xsl files be physically located in the project ? 2. How can i invoke the FOP servlet from struts (i have to send xml and xsl files) to the servlet. 3. How can i redirect the generated pdf to browser , i mean using using

Invoking FOP Servlet from struts:Please help

2003-06-22 Thread Hardarshan Singh
Hi, I am conveting jdbc to xml. I have written an XSL file for the xml generated. I want to use FOPServlet. Questions : 1. Where should the xml and xsl files be physically located in the project ? 2. How can i invoke the FOP servlet from struts (i have to send xml and xsl files) to the