Hi, 1/ In addition to what JS said, these default values can be changed in the config file. See default-page-settings element at http://xmlgraphics.apache.org/fop/0.95/configuration.html#general-elements
2/ Your error #3 seems to be related to XSLT: I think your XSLT contains a xsl:attribute in a wrong place. As the message sais, such element should be invoked within a resulting element and before any child element. Pascal > -----Message d'origine----- > De : Amick, Eric [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 15 août 2008 20:51 > > 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 > ________________________________ > > From: Steffanina, Jeff [mailto:[EMAIL PROTECTED] > Sent: Friday, August 15, 2008 14:39 > > 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 > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
