xsl-list
[Top] [All Lists]

RE: xsl:variable

2003-03-06 11:56:19
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



<Prev in Thread] Current Thread [Next in Thread>