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)
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--