for-each

Subject: for-each
From: Jo Kong HO <JoK@xxxxxxxxxxxxxx>
Date: Wed, 12 Jul 2000 10:57:49 +0100
Hi All

Is there anyway we can track the position of a for-each process?

e.g given the below for-each process

<xsl:for-each select="MyNodes">
	<xsl:value-of select="."/>
</xsl:for-each>

How can we find, let say, the fourth elements of the for-each loop?

many thanks
j


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


Current Thread