From 8de175311ee261567311c1489759bff2c3c191e9 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Fri, 11 Dec 2009 09:08:40 +0000 Subject: [PATCH] Apply patch to turn off row recursion if no @morerows attributes present. This will enable very large tables without row spanning to process without running into recursion limits. --- xsl/fo/table.xsl | 131 +++++++++++++++++++++++++++++++++-------------- 1 file changed, 93 insertions(+), 38 deletions(-) diff --git a/xsl/fo/table.xsl b/xsl/fo/table.xsl index cec81c10f..12782b8fe 100644 --- a/xsl/fo/table.xsl +++ b/xsl/fo/table.xsl @@ -667,13 +667,29 @@ - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + @@ -681,14 +697,29 @@ - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + @@ -696,23 +727,41 @@ - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + @@ -736,19 +785,22 @@ - - - - - - - + + + + + + + + + + @@ -759,16 +811,19 @@ - - - - + + + + + + + + + + + - - - - - + -- 2.40.0