[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

position() outside for-each

Subject: position() outside for-each
From: "Charles Ohana" <charles.ohana@xxxxxxxxxxxxxx>
Date: Tue, 13 Nov 2007 17:38:53 -0500
 position() outside for-each
Hello,
I'm trying to determine the position of a node, the issue is that it's within a for-each loop.
See snippet below to see what I'm trying to accomplish. Thanx


<root>
  <item id="XYZ" />
  <item id="A23" />
  <item id="z49" />
  <item id="X12" />
</root>

<xsl:template match="/root/item">
<xsl:value-of select="position()" />
<xsl:text>:</xsl:text>
<xsl:value-of select="@id" />
</xsl:template>


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.