From: Mauritz Jeanson Date: Sun, 15 Feb 2009 12:56:43 +0000 (+0000) Subject: Fixed bug #2574111 (missing rowsep border between tgroups in one table). X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=213c9d99ecd24a5294c1ab1e7519b5297a260916;p=docbook-dsssl Fixed bug #2574111 (missing rowsep border between tgroups in one table). --- 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)"> +