Empty PDF on FOP Servlet

2009-03-20 Thread Sam Fuqua
I have a server that accepts an XML posted to it. The Server then does an XSLT on the data using a server-side XSL file. The XSLT works from the command line, and the server performs and proper transform to FO, but fails to render a proper PDF. I have intercepted the FO and put it into the

AW: Empty PDF on FOP Servlet

2009-03-20 Thread Georg Datterl
Hi Sam, Shorten the FO file to the minimum size so it still contains a text block which should be shown and post the FO - File. Maybe then somebody will be able to help. Regards, Georg Datterl -- Kontakt -- Georg Datterl Geneon media solutions gmbh Gutenstetter Straße 8a 90449

Re: Empty PDF on FOP Servlet

2009-03-20 Thread Sam Fuqua
Here's the FO as captured from the server during execution: ?xml version=1.0 encoding=UTF-8? fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format; xmlns:el= http://purl.org/dc/elements/1.1/; xmlns:step= http://jazz.net/xmlns/alm/qm/v0.1/testscript/v0.1/; xmlns:testscript=

AW: Empty PDF on FOP Servlet

2009-03-20 Thread Georg Datterl
Hi Sam, I get a pink page and some text in Fop trunk, fop 0.93 and fop 0.20.5. What's your version? Regards, Georg Datterl -- Kontakt -- Georg Datterl Geneon media solutions gmbh Gutenstetter Straße 8a 90449 Nürnberg HRB Nürnberg: 17193 Geschäftsführer: Yong-Harry Steiert

Re: Empty PDF on FOP Servlet

2009-03-20 Thread Sam Fuqua
I'm using the 0.95 binary. On Fri, Mar 20, 2009 at 11:26 AM, Georg Datterl georg.datt...@geneon.dewrote: Hi Sam, I get a pink page and some text in Fop trunk, fop 0.93 and fop 0.20.5. What's your version? Regards, Georg Datterl -- Kontakt -- Georg Datterl Geneon media

Re: Empty PDF on FOP Servlet

2009-03-20 Thread Andreas Delmelle
On 20 Mar 2009, at 16:00, Sam Fuqua wrote: Hi Here's the FO as captured from the server during execution: ?xml version=1.0 encoding=UTF-8? fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format; xmlns:el=http://purl.org/dc/elements/1.1/

Re: Empty PDF on FOP Servlet

2009-03-20 Thread Sam Fuqua
There is no log output. This is being run on a Jazz server under XP with Java 1.5 On Fri, Mar 20, 2009 at 2:44 PM, Andreas Delmelle andreas.delme...@telenet.be wrote: On 20 Mar 2009, at 16:00, Sam Fuqua wrote: Hi Here's the FO as captured from the server during execution: ?xml