[xsl] Re: Callstack overflow error !! It is not inifinte recusive loop ??

Subject: [xsl] Re: Callstack overflow error !! It is not inifinte recusive loop ??
From: "Dimitre Novatchev" <dnovatchev@xxxxxxxxx>
Date: Thu, 18 Sep 2003 20:21:22 +0200
> I am getting Callstack overflow error when a template is called
recursively.

To avoid stack overflow problems due to deep recursion use the Divide and
Conquer (DVC) method as described e.g. in:

    http://www.topxml.com/code/default.asp?p=3&id=v20020107050418

or in

    http://www.xml.com/pub/a/2003/08/06/exslt.html?page=3


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