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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b85e106e88c9f8532426fc67716a4192f6b89c6f;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 @@ + + + + + + + + + + + + + +