[xsl] Re: Unbounded element grouping/concatenation

Subject: [xsl] Re: Unbounded element grouping/concatenation
From: "Dimitre Novatchev" <dnovatchev@xxxxxxxxx>
Date: Tue, 9 Dec 2003 21:48:46 +0100
> However, I still think there are even better ways of doing this,
> because in the above template there is still a lot of wasted
> iteration. Recursion works quickly without wasting iteration, but tail
> recursion optimization doesn't seem to be supported by Xalan-J 2.4.0,
> because I get stack overflows for large numbers of continuation
> records.
>
> Perhaps the DVC approach that I've read a little about would help
> here?

Yes. One of the goals of DVC is to minimize the possibility of stack oveflow
caused by recursion depth.



=====
Cheers,

Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL






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


Current Thread