From 616c75ba57da0463a5c9dd24280c5fc8f6173d1e Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Thu, 31 Aug 2006 16:29:49 +0000 Subject: [PATCH] Support rows that are *completely* overlapped by the preceding row --- xsl/common/table.xsl | 12 ++++++++++++ xsl/fo/table.xsl | 40 ++++++++++++++++++++++++++++++++++++++++ xsl/html/table.xsl | 38 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 90 insertions(+) diff --git a/xsl/common/table.xsl b/xsl/common/table.xsl index 4032543b9..c70267d51 100644 --- a/xsl/common/table.xsl +++ b/xsl/common/table.xsl @@ -461,4 +461,16 @@ or 0 (the empty string) + + + + + + : + + + + + + diff --git a/xsl/fo/table.xsl b/xsl/fo/table.xsl index 26dcbd010..ccc497a8e 100644 --- a/xsl/fo/table.xsl +++ b/xsl/fo/table.xsl @@ -684,6 +684,46 @@ to be incomplete. Don't forget to read the source, too :-) + + + + + + + + + + + Warning: overlapped row contains content! + + + + This row intentionally left blank + + + + + + + + + + + + + + + + diff --git a/xsl/html/table.xsl b/xsl/html/table.xsl index 18c344fed..a11ffe028 100644 --- a/xsl/html/table.xsl +++ b/xsl/html/table.xsl @@ -525,6 +525,44 @@ + + + + + + + + + + + Warning: overlapped row contains content! + + + This row intentionally left blank + + + + + + + + + + + + + + + -- 2.50.1