xsl-list
[Top] [All Lists]

putting number values

2003-03-03 17:00:44
i get the data from one database

in the bellow code you can see that with the <xsl:value-of select="name"/> i
writte the value of name tag
with this i get 100 values.

<xsl:for-each select="registro">
<xsl:value-of select="name"/>
</xsl:for-each>

but with xslt how can i number them?
how can i put in this method:
1 value of name 1
2 value of name 2
....

how can i put the number, the result number?
thanks



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



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