Re: xsl loop

2002-11-05 Thread Oleg Tkachenko
xavier gibouin wrote: I would like to know if is it possible to realise à loop like : for(index=0, index++, index<100) { } in xsl language Sure. As in any functional language you can do it using recursion, e.g. see http://www.dpawson.co.uk/xsl/sect2/repetition.html -- Oleg Tkachenko eXperanto team

RE: xsl loop

2002-11-05 Thread Lihn, Steve
Here is a possible solution, use the recursive call-template.               Do My Work Here ...                         Steve Lihn -Original Message-From: xavier gibouin [mailto:[EMAIL PROTECTED]Sent: Tuesday, November 05, 2002 9:47 AMTo: [EMAIL PROTECTED]Subject: