From b85e106e88c9f8532426fc67716a4192f6b89c6f Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Tue, 24 Mar 2009 18:34:18 +0000 Subject: [PATCH] Add support for dbfo row-height processing instruction, like that in dbhtml. --- xsl/fo/pi.xsl | 34 ++++++++++++++++++++++++++++++++++ xsl/fo/table.xsl | 14 ++++++++++++++ 2 files changed, 48 insertions(+) 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 @@ + + + + + + + + + + + + + + -- 2.50.1