This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Finding the maximun number of nodes


Jeni,

To be able to minimise the depth of recursion is something ***very
important*** when confronted with the reality of some wellknown
vendours' XSLT processors crashing during deep recursive processing.

In fact SAXON's been the only XSLT processor that has been confirmed by
its author to implement tail recursion via iteration.

Cheers,
Dimitre.

--- Jeni Tennison <mail@jenitennison.com> wrote:
> The recursive depth of this will always be N, but on the other hand
> you only work out the number of child nodes for each node once.


__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]