Re: [xsl] for loop

Subject: Re: [xsl] for loop
From: "Charly" <cohana@xxxxxxxxxxxxxxx>
Date: Mon, 10 Dec 2001 13:05:29 -0800
I writting a template that draws a 3D bar chart using fo and svg.
One of the arguments is the number of gradiations.
I want to have a loop that draws the specified number .



----- Original Message ----- 
From: "Oleg Tkachenko" <olegt@xxxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, December 10, 2001 9:37 AM
Subject: Re: [xsl] for loop


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


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


Current Thread