From 213c9d99ecd24a5294c1ab1e7519b5297a260916 Mon Sep 17 00:00:00 2001 From: Mauritz Jeanson Date: Sun, 15 Feb 2009 12:56:43 +0000 Subject: [PATCH] Fixed bug #2574111 (missing rowsep border between tgroups in one table). --- xsl/fo/table.xsl | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/xsl/fo/table.xsl b/xsl/fo/table.xsl index 705dedc5e..d8613bc24 100644 --- a/xsl/fo/table.xsl +++ b/xsl/fo/table.xsl @@ -225,10 +225,12 @@ - + + or ancestor-or-self::tbody/preceding-sibling::tfoot) + and not(ancestor::tgroup/following-sibling::tgroup)"> @@ -802,19 +804,23 @@ - + + or ancestor-or-self::tbody/preceding-sibling::tfoot) + and not(ancestor::tgroup/following-sibling::tgroup)"> + or ancestor-or-self::tbody/preceding-sibling::tfoot) + and not(ancestor::tgroup/following-sibling::tgroup)"> + -- 2.40.0