xsl-list
[Top] [All Lists]

RE: getting the counter for a for-each statement

2003-12-11 09:13:00
I'm a bit of an XSL beginner, but can't the position() function be used
here?

-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com]On Behalf Of 
Jaime A
Stuardo Bahamondes
Sent: Thursday, December 11, 2003 12:13 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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



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