Hello,

The parameter

        <xsl:param name="header.table.height">400pt</xsl:param>

is not working for me with any height values. Currently the footer goes over 
the body text. For example this goes over the body text:

                <fo:external-graphic content-height="1.2cm">
                    <xsl:attribute name="src">
                      <xsl:call-template name="fo-external-image">
                        <xsl:with-param name="filename" 
select="$header.image.filename"/>
                      </xsl:call-template>
                    </xsl:attribute>
                </fo:external-graphic>
                <fo:block/>
                <fo:block font-family="Helvetica" font-size="12pt">
                         ESIMERKKI, TAPIO KALEVI
                </fo:block>


Do you know how to fix the problem?

For example the parameter

<xsl:param name="header.column.widths">10 7 3</xsl:param>

is working correctly.

BR,

Mika
http://fi.linkedin.com/in/mikatapanainen
 
---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org

Reply via email to