Re: [xsl] for loop

Subject: Re: [xsl] for loop
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Mon, 10 Dec 2001 19:37:12 +0200
Charly wrote:


does anyone knows how to make a loop for in xsl.
Something more like .

   <xsl:loop name="i" from="1" to="10" step="1">
      $i
   </xsl:loop>

<xsl:for-each select="//a-lot-of-canned-nodes[position() &lt;= 10]"> <xsl:value-of select="position()"/> </xsl:for-each>

But could you explain why do you want such cheating in a declarative language like xslt?

--
Oleg Tkachenko
Multiconn International, Israel


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



Current Thread