RE: How to Pass xml and xsl to servlet

2001-06-20 Thread Kelly Campbell
It sounds like you just need to run a transform using Xalan on the xml to get the FO tree, and pass that FO tree to FOP using Driver.setInputSource(). See the Xalan web page for examples of doing the tranform programatically. -Kelly > -Original Message- > From: sravan kumar [mailto:[EMAI

RE: How to Pass xml and xsl to servlet

2001-06-20 Thread Pouliot, Brian R.
Well, you can pass them as URL parameters: http://www.yourdomain.com/servet/yourservet?path=d:/webliogic/s1.xml Or, you can pass it as a servlet parameter from the servlet engine. If your servlet engine supports the Servlet 2.2 API, you will specify this in the web.xml file. The web.xml file