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>
--~--