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