From: Mauritz Jeanson Date: Thu, 13 Sep 2007 17:09:49 +0000 (+0000) Subject: In the table.block template, added a check for the dbfo_keep-together PI, so that X-Git-Tag: release/1.79.1~6^2~1653 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6735cbac60f2e097aae3a91b1731631a63685996;p=docbook-dsssl In the table.block template, added a check for the dbfo_keep-together PI, so that a table may break (depending on the PI value) at a page break. This was needed since the outer fo:block that surrounds fo:table has keep-together.within-column="always" by default, which prevents the table from breaking. Closes bug #1740964 (Titled table does not respect dbfo PI). --- diff --git a/xsl/fo/table.xsl b/xsl/fo/table.xsl index a741c072e..247fd3f72 100644 --- a/xsl/fo/table.xsl +++ b/xsl/fo/table.xsl @@ -135,10 +135,19 @@ + + + + + + + + +