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

Re: position of a child node

Subject: Re: position of a child node
From: "Carmelo Montanez" <carmelo@xxxxxxxx>
Date: Thu, 15 Nov 2001 16:11:20 -0500
text node position
Maybe I will be more specific .....

>
> > and my context node is "testcase" and I want to find out the position of
the
> > descendant text node "some text here",
>
> what do you mean by position? An XPath such as *[2]/*[1] ? Do you want
> this as a string, or do you want the node returned, or what?

Its position within the sub-tree (numerical position)

<mainElement>
 <testcase>
  <child1>first text</child1>
  <child2>
    <child21>
        this is the text node for I want which I want to find its position
and it
       contains three dots (...)
    </child21>
  </child2>
</testcase>
<testcase>
  <child1>first text</child1>
  <child2>
    <child21>
       some other text that I don't want
      <child211>
          This is the text node for I which want to find its position and it
          contains three dots (...)
      </child211>
    </child21>
  </child2>
 </testcase>
</mainElement>

As I am traversing this tree  with a statement like

<xsl:template match = "testcase">
   .....

At that point my context node will be "testcase" and I want to know its
position() (its order position , ie. 1, 2, 3, 4 and so forth) within that
node-set.
Note that when my context node is the second "testcase", then that
position within the tree is different since the tree is sligthtly different.

> > I hope I can get an answer to these questions:
> I think you need to ask more specific (or at least better specified)
> questions.

    Actually I thought it was rather clear, but maybe it was not.

Carmelo


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


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.