Hi,
The documentation for that param could use a little more explanation.  That 
param only
sets the minimum height for the table containing the header text, but it does 
not
change the page geometry that allocates space for a larger header.  For that 
you need
to adjust other params.  See this reference for details:

http://www.sagehill.net/docbookxsl/PrintHeaders.html#HeaderHeight

and the diagram for the page parameters is here:

http://www.sagehill.net/docbookxsl/PrintOutput.html#TopBotMargins

Bob Stayton
Sagehill Enterprises
b...@sagehill.net


----- Original Message ----- From: "Tapanainen Mika" <mika.tapanai...@digia.com>
To: <docbook-apps@lists.oasis-open.org>
Sent: Monday, July 12, 2010 12:52 AM
Subject: [docbook-apps] Problems with header.table.height


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




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