Hi,

I think there are 2 separate problems here.

1st: in docbook, keep-together should default to 'auto' in your case.

2nd, in FOP:
 - fo:table is truncated, that is the correct behaviour.
   (there is a such message in the log file:
    ATTENTION: Content of the region-body on page 1 overflows the available 
area in block-progression dimension. (fo:page-sequence, location: 41/44)

 - but, IMHO, the following fo:block (containing your table caption) should not 
appear since it is a following-sibling of fo:table, and these 2 FO are nested 
in the same fo:block, witch has the keep-toguether property.

I guess that is a bug, but needs more investigation from DEV.

(FYI, tested with same result on both FOP 0.93 & latest TRUNK)

Pascal

> -----Message d'origine-----
> De : paul_moloney [mailto:[EMAIL PROTECTED] 
> Envoyé : mercredi 21 février 2007 12:35
> 
> Hinrich Aue on the docbook-apps mailing list offered the 
> following solution:
> 
> Add the following to your customization layer:
> 
> <xsl:attribute-set name="table.properties">
>      <xsl:attribute 
> name="keep-together.within-column">auto</xsl:attribute>
> </xsl:attribute-set>
> 
> Is the current corruption shown a problem with fop, or a 
> problem with the default docbook-xsl stylesheets?
> 
> Regards,
> 
> P.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to