Subject: putting number values
From: "Dionisio Ruiz de Zarate" <dionisio@xxxxxxxxxxxxx>
Date: Tue, 4 Mar 2003 01:00:44 +0100
|
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
|