RE: [xsl] xsl:variable

Subject: RE: [xsl] xsl:variable
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Thu, 6 Mar 2003 18:56:19 -0000
> i would like to write something like this :
> 
> <xsl:variable name="counter" select="0"/>
> <xsl:for-each select="toto">
>     <xsl:variable name="counter" select="$counter+1"/> </xsl:for-each>
> 
> i know that i'm wrong but how could i do that?

If this really is the example, just use position().

Michael Kay


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


Current Thread