[xsl] FOP warning about overflow

Subject: [xsl] FOP warning about overflow
From: "Mark Wilson" <mark@xxxxxxxxxxxx>
Date: Tue, 5 May 2009 07:22:41 -0700
Before I begin messing with my XSLT-FO style sheet, I want to know what these warning mean and how to correct them. The PDF file output files appear well-formed. The warning's information (location 47/-1 and 51/-1) are a mystery to me. Below is the call to fop in the bat file and the resulting warnings. Can you help (or have I come to the wrong list?)
Thanks,
Mark


C:\Users\HP\XSLT Information and examples\Specialist index>
fop -d -c fopConfiguration.xml -xml work\21Grouped.xml -xsl XSLT\22Headingpdf.xsl -pdf work\headings.pdf


May 5, 2009 7:10:51 AM org.apache.fop.apps.FopFactoryConfigurator configureINFO: Default page-height set to: 11in
May 5, 2009 7:10:51 AM org.apache.fop.apps.FopFactoryConfigurator configureINFO: Default page-width set to: 8.26in
License file saxon-license.lic not found. Running in non-schema-aware mode
May 5, 2009 7:10:53 AM org.apache.fop.layoutmgr.PageBreakingAlgorithm updateData2
WARNING: Part/page 0 overflows the available area in block-progression dimension. (fo:static-content, location: 47/-1)
May 5, 2009 7:10:53 AM org.apache.fop.layoutmgr.PageBreakingAlgorithm updateData2
WARNING: Part/page 0 overflows the available area in block-progression dimension. (fo:static-content, location: 51/-1)


Current Thread