Re: [xsl] equivalent for 'while'

Subject: Re: [xsl] equivalent for 'while'
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Thu, 17 Feb 2005 06:28:10 +1100
On Wed, 16 Feb 2005 16:57:52 +0000, RQamar <qamar_rahil@xxxxxxxxxxx> wrote:
> Hi
> 
> Is there an equivalent of 'while' loop in XSLT 2.0?

The general approach is to use recursion and pass in the call all
parameters from which the condition can be re-evaluated.


Cheers,
Dimitre Novatchev

Current Thread