You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by "Steffanina, Jeff" <Je...@marriott.com> on 2008/08/15 20:39:26 UTC

Issue after install of 0.95

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 


RE: Issue after install of 0.95

Posted by "Amick, Eric" <Er...@mail.house.gov>.
The first two messages are strictly informational and tell you the
values of page-height and page-width you will get if you should specify
"auto" in your FO. You can safely ignore them. (They were present in
0.94 as well.)
 
Eric Amick
Legislative Computer Systems
Office of the Clerk
 

________________________________

From: Steffanina, Jeff [mailto:Jeff.Steffanina@marriott.com] 
Sent: Friday, August 15, 2008 14:39
To: fop-users@xmlgraphics.apache.org
Subject: Issue after install of 0.95



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
<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