[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Tricky transformation task


Subject: RE: [xsl] Tricky transformation task
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 12 Jul 2007 14:11:29 +0100

> latest SAXON version. Now the transformation runs smoothly. I 
> was using 8.8 before. Is there any upper bound to this 
> apply-templates nesting in 8.9?

If cases where tail-call optimization can be used, it essentially turns the
recursion into a loop, so there's no limit on how many items you can
process.

Michael Kay
http://www.saxonica.com/


Current Thread