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