Mailing List
Home
Forum Home
Maven - Project building tool
Axis - Java SOAP implementation
Lucene - Full-featured text search engine APIs
Cocoon - MVC web framework based on XML/XSL
Fop - Create PDF, PCL, PS, SVG, XML driven by XSL formatting objects.
Log4J - A log library
POI - Java Excel, Word and other Microsoft Office files manipulating library
Oracle database error code ...
Subjects
log4j warning: No appenders could be found
java security AccessControlException: access denied (java io FilePermission clie
java lang InstantiationException: org apache tools ant Main
Apache Axis Tutorial
Subject: Struts <logic iterate >
log4j properties How to parse outpu to multiple files
configuring log4j with BEA Weblogic 8 1
How to use XSL FOP Java together
JSP precompile
Proposal: Adding jar manifest classpath in jar and war plugins
Servlet File Download dialog problem (IE6,Adobe 6 0)
java security AccessControlException: access denied (java io FilePermission
Unsupported major minor version 48 0 problem while running the an
   telope task
Subject: axis wsdl2java Ant Task usage
net sf hibernate MappingException: Error reading resource: test/User hbm xml
Building EAR ANT Script for websphere 5 0
CREATING WAR Files
Classpath problem
jsp data into Excel
Jboss 3 2 3+ vs Tomcat Axis Question
RE: How to include jars and add them into the MANIFEST MF/Class Path
attribute
Printing problem
Subject: InstantiationException
Couldn 't find trusted certificate
Please : How can one install ant 1 6 0 under Eclipse 2 1 ?
Excel: Too many different cell formats
Subject: AXIS: tomcat timeout ?
1 3 final: now giving me java io FileNotFoundException (Too many
open files)
XDoclet, Struts and Maven: Where to start? SOLUTION
Subject: Running junit tests fails
 
FOP creates only blank pages

FOP creates only blank pages

2007-12-04       - By Michael Siepmann

 Back
Reply:     1     2     3     4     5  

Hi Andreas,

yes, I'm sure, the FO is the same and correct. Even if I took a small example
directly from the FOP-Source (the easiest one is the simple.fo from FOP
\examples\fo\basic), a blank page will be created. And this simple.fo works, if
I use it inside the test-program.
I can copy the generated code while debugging my servlet-bean and test this
code inside the test-program too and this works fine. The only thing that could
happen during the copy'n'paste is a conversion between UTF-8 (See http://UTF-8.ora-code.com) to ISO-8859 (See http://ISO-8859.ora-code.com)-1. But
I don't think, this is a problem because the simple.fo works with copy'n'paste.

Michael

>
> One more thing to check (don't know if you already took that step):
> Are you certain that the FO that gets passed to FOP (= the result of  
> the XSL transformation) is identical in both cases?
>
> If there is nothing in the FO but two fo:page-sequences with one  
> empty fo:block, this could explain the two empty pages.
>
> Via the command-line, you can obtain the FO through the '-foout'  
> command-line option.
> You could then try testing the servlet by passing it that FO and an  
> XSLT stylesheet performing an identity transform.
>
> Another option is to alter the servlet to dump the intermediate FO to  
> a file, so you can inspect it.
>
>
> HTH!
>
> Andreas

-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe, e-mail: fop-users-unsubscribe@(protected)
For additional commands, e-mail: fop-users-help@(protected)