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] tables aren't breaking onto the next page


As near as I can tell this seems to be a problem with FOP.  I have seen tables go off the top of pages, off the bottom, and overwrite paragraphs that follow.  I think there are bugs in allocating space for a formatted table.
 
Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net
 
 
----- Original Message -----
Sent: Thursday, April 05, 2007 5:51 PM
Subject: [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

 



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