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

Re: [xsl] XSLT streaming: the processor "remembers" things as it descends the XML tree?


Subject: Re: [xsl] XSLT streaming: the processor "remembers" things as it descends the XML tree?
From: Michael Kay <mike@xxxxxxxxxxxx>
Date: Thu, 21 Nov 2013 11:38:40 +0000

I think the deepest trees I see are the execution trace files produced during
Saxon execution. These are as deep as the recursion in the stylesheet or query
being traced. If you do a non-optimized tail call recursion on a sequence of
length 500, you'll get a depth of 500 in the trace file.

Michael Kay
Saxonica


Current Thread