getting the counter for a for-each statement2003-12-11 10:13:03Hi 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
|
|