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]
Other format: [Raw text]

Re: position of a child node



> 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?


> Is there a way to change the context node  back to
> "testcase"?

lots of ways, select="ancestor::testcase[1]" maybe one of them or might
not depending on what you want.

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

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 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]