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

Re: Finding the position of an element wrt to other e

Subject: Re: Finding the position of an element wrt to other element
From: Piet van Oostrum <piet@xxxxxxxxxxxxxx>
Date: Fri, 19 Nov 2010 07:58:56 -0400
Re:  Finding the position of an element wrt to other  e
Rashi Bhardwaj wrote:
> 
 > Output I m getting is position 123, but i want it should count all b
 > from top to end at any level and give relative position like here it
 > should give 342. I m getting how to go ahead...please help  me out
 > thanks......
 > 

If you do:

<xsl:for-each select="$node">
  <xsl:value-of select="position()"/>
</xsl:for-each>

You will always get 1 2 3 ... whatever the input is (the nember depending on the size of the input) 
-- 
Piet van Oostrum
Cochabamba. URL: http://pietvanoostrum.com/
Nu Fair Trade woonartikelen op http://www.zylja.com

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.