HTM Sevlet

2002-05-10 Thread Balaji Loganathan
Hi, I tried FopServlet example and its works fine for PDF. Is it possible to do the same for HTML that is http://servername/servlet/FopServlet?xml=data.xmlxsl=format.xsldummy=test.html ,I tried to change the code of FopServlet like .. response.setContentType(text/html); Driver driver = new

Re: HTM Sevlet

2002-05-10 Thread Balaji Loganathan
Thanks for your reply,I never tried Cocoon,will try it. Regards Balaji. --- Alex McLintock [EMAIL PROTECTED] wrote: Hello, I'm not sure what you are asking but I think you ought to investigate Cocoon. Cocoon is a general purpose web application (ie servlet :-) which uses Apache XML and

RE: HTM Sevlet

2002-05-10 Thread Michelle Popovits
PROTECTED] Sent: Friday, May 10, 2002 10:00 AM To: [EMAIL PROTECTED] Subject: Re: HTM Sevlet Hello, I'm not sure what you are asking but I think you ought to investigate Cocoon. Cocoon is a general purpose web application (ie servlet :-) which uses Apache XML and XSL technology including FOP

Re: HTM Sevlet

2002-05-10 Thread J.Pietschmann
Balaji Loganathan wrote: Is it possible to do the same for HTML that is http://servername/servlet/FopServlet?xml=data.xmlxsl=format.xsldummy=test.html ,I tried to change the code of FopServlet like .. response.setContentType(text/html); Driver driver = new Driver(foFile, out);