From 76ce2927a06c6df327974892d008fd844ba82bd4 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 1 Jun 2005 17:10:03 +0000 Subject: [PATCH] Applied patch from David Green for #1211477, to prevent StackOverflowError encountered when processing tables with ~700 rows with Xalan. Smoke-tested and didn't see any obvious problems with the fix, so going ahead and committing it so others can test with snapshot. --- xsl/html/table.xsl | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/xsl/html/table.xsl b/xsl/html/table.xsl index 00f650387..51fc48174 100644 --- a/xsl/html/table.xsl +++ b/xsl/html/table.xsl @@ -511,7 +511,7 @@ - + @@ -523,7 +523,16 @@ - + + + + + + + + + + @@ -613,17 +622,7 @@ - - - - - - - - - - -- 2.40.0