Re: FOP and servlets

2002-02-15 Thread [EMAIL PROTECTED]
No, it's not the solution. In fact, my code is good but my browser is I.E. 5.5 and there's a bug with I.E. when you request a servlet with a URL that ends with .xml or .xsl : it considers that the servlet sends back a xml response. To display the generated PDF, I have to add a parameter that doe

Re: FOP and servlets

2002-02-15 Thread James Richardson
Bart Locanthi wrote: application/x-pdf, not application/pdf [50lines of quoted stuff deleted] Unlikely. Look in the archives about IE's handling of content types. Of course this has nothing to do with FOP. Cheers James

Re: FOP and servlets

2002-02-15 Thread Bart Locanthi
application/x-pdf, not application/pdf [EMAIL PROTECTED] wrote: Hi, I've been using FOP for a few days and i have a problem with displaying PDF through a browser with FOP. I'm using FOP 0.20.1 with Xalan 1.2 and Xerces 1.2. Here's a sample of my servlet source : String xmlString = request.getPara