From: Michael Smith Date: Wed, 1 Jun 2005 17:10:03 +0000 (+0000) Subject: Applied patch from David Green for #1211477, to prevent X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76ce2927a06c6df327974892d008fd844ba82bd4;p=docbook-dsssl 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. --- 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 @@ - - - - - - - - - -