OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] table header appears more than once


Add the following to your customization layer:

<xsl:attribute-set name="table.table.properties">
  <xsl:attribute name="table-omit-header-at-break">true</xsl:attribute>
</xsl:attribute-set>

This attribute-set is applied to all tables.  This property controls whether 
the table header is repeated after a page break.  The default value is 
false, so setting it to true will turn off the repeating headers.

Bob Stayton
Sagehill Enterprises
bobs@sagehill.net


----- Original Message ----- 
From: "Nancy Brandt" <nancy_brndt@yahoo.com>
To: <docbook-apps@lists.oasis-open.org>
Sent: Thursday, June 19, 2008 5:28 AM
Subject: [docbook-apps] table header appears more than once


> Hi guys,
>
> I have the following problem with my table headers:
>
> When there is a page break the table header appears
> once again on the new page and then the rest of the
> rows. How do I make the table header appear only once?
>
> Thanks in advance!
> Nancy
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
>
>
> 



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]