This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

for-each


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]