Re: [xsl] xsl recursion

Subject: Re: [xsl] xsl recursion
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Thu, 24 Feb 2005 06:54:22 +1100
> I need to use
> a divide a conquer algorithm for parts of the document for comparing
> previous node values (date differencing)
> and building a stream of floating point values.

The code you provided doesn't contain any date differencing -- instead
it just copies individual elements ???

Cross-posting to newsgroups will not help -- it is even more
confusing, as you have provided different (although more meaningful)
code in comp.text.xml

If one wants to be helped, he must respect the time of the people
wanting to help, by providing the right (smallest possible information
that still correctly describes the problem) data.

I suspect that you do not have a correct stop condition, which of
course can't be proven until you have provided the real code.

One last node is that the DVC approach, when used correctly, reduces
the maximum recursion depth and thus prevents typical stack overflow
due to too-deep recursion. DVC, however, cannot help in other memory
consumption problems.


Cheers,
Dimitre Novatchev

Current Thread