For me the following worked.
<!--break tables!-->
<xsl:attribute-set name="table.properties">
<xsl:attribute
name="keep-together.within-column">auto</xsl:attribute>
<xsl:attribute
name="keep-with-next">always</xsl:attribute>
</xsl:attribute-set>
Hinrich
_____
Von: Jeff Powanda [mailto:[EMAIL PROTECTED]
Gesendet: Friday, April 06, 2007 3:52 AM
An: [email protected]
Betreff: [docbook-apps] tables aren't breaking onto the next page
When I output to PDF, long tables aren't breaking onto the next page, but
are running below the page margin. I've tried changing the keep together
properties like this.
<xsl:template name="table.properties">
<xsl:attribute name="keep-together.within-column">auto</xsl:attribute>
<xsl:attribute name="keep-together.within-page">auto</xsl:attribute>
</xsl:template>
<xsl:attribute-set name="informaltable.properties"
xsl:use-attribute-sets="table.properties"/>
But that doesn't work. How can I get long tables to break onto the next
page?
I'm using DocBook XSL 1.72 and FOP 0.93.
Regards,
Jeff