Next in thread →
Next in month →
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 ----- Original Message ----- From: "Nancy Brandt" <> To: <> 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: > For additional commands, e-mail: > > >
Next in thread →
Next in month →