From: Bob Stayton Date: Tue, 24 Mar 2009 18:34:18 +0000 (+0000) Subject: Add support for dbfo row-height processing instruction, like X-Git-Tag: release/1.79.1~6^2~1056 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d26e697a38350d858bc3ae57192ec923f7015371;p=docbook-dsssl Add support for dbfo row-height processing instruction, like that in dbhtml. --- diff --git a/xsl/fo/pi.xsl b/xsl/fo/pi.xsl index 7385b18ee..257f4d76c 100644 --- a/xsl/fo/pi.xsl +++ b/xsl/fo/pi.xsl @@ -899,6 +899,40 @@ >Soft page breaks + + + Specifies the height for a CALS table row + + Use the dbfo row-height PI as a child of a + row to specify the height of the row. + + + dbfo row-height="height" + + + + row-height="height" + + Specifies the label height (including units) + + + + + + Row height + + + + + + + + + + + diff --git a/xsl/fo/table.xsl b/xsl/fo/table.xsl index 82f1bdcf1..8d35dc1bd 100644 --- a/xsl/fo/table.xsl +++ b/xsl/fo/table.xsl @@ -745,9 +745,23 @@ + + + + + + + + + + + + + +