RE: [xsl] getting the counter for a for-each statement

Subject: RE: [xsl] getting the counter for a for-each statement
From: "J. Trevor Harris" <tharris@xxxxxxxxxxxxx>
Date: Thu, 11 Dec 2003 11:13:00 -0500
I'm a bit of an XSL beginner, but can't the position() function be used
here?

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Jaime A
Stuardo Bahamondes
Sent: Thursday, December 11, 2003 12:13 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] getting the counter for a for-each statement


Hi all..

I have this for-each:

<xsl:for-each select="ROW[count(. | key('tipos_calculo',
DET_TIPO_CAL_ID)[1]) = 1]">
  <xsl:value-of select="count" />
</xsl:for-each>


I neet to get the index of each iteration. For example, suppose that
for-each loops 3 times, so, the output would be:

1
2
3

Any help?
Thanks

Jaime

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


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


Current Thread