After I installed the fop-0.95 the following "Info" and "Warnings" began
to appear. Any ideas on what I would have to do to correct it?
Error #1: Aug 15, 2008 2:28:01 PM
org.apache.fop.apps.FopFactoryConfigurator configure
INFO: Default page-height set to: 11in
Error #2: Aug 15, 2008 2:28:01 PM
org.apache.fop.apps.FopFactoryConfigurator configure
INFO: Default page-width set to: 8.26in
For errors 1 and 2, here is my setup:
<fo:simple-page-master master-name="multi"
page-height="11in"
page-width="8.26in" margin-top=".5in"
margin-bottom="1in"
margin-left=".5in" margin-right=".5in">
Error #3:
file:///CY/JLS/Java1.4/fop-0.95/./xml/xslt/foliomulti.xsl; Line #11;
Column #63; Cannot add attribute text-align after
child nodes or before an element is produced. Attribute
will be ignored.
For error #3, the line it is referring to is pointing to my fox
extension. Here it is:
<xsl:stylesheet version="1.1"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format"
exclude-result-prefixes="fo"
xmlns:fox="http://xmlgraphics.apache.org/fop/extensions">
Jeff