[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] Counter variable
Hi ,
I would like to know is there any way I can do auto number generation in XSLT.
Am currently using postion () for displayin the numbers..
<xsl:for-each select="//ITEM">
<xsl:value-of select="position()" /> <xsl:value-of select="ITEM_DESC" /><br/>
</xsl:for-each>
Regards,
Senthil
|