xsl-list
[Top] [All Lists]

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

2013-11-26 17:46:00
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
--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


<Prev in Thread] Current Thread [Next in Thread>