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

 



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