Re: [xsl] what is the xpath for the position of the parent of a node?

Subject: Re: [xsl] what is the xpath for the position of the parent of a node?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 17 Jul 2003 18:41:01 +0100
> what  is the xpath for the position of the parent of a node?

the parent axis only has (at most) one node so position() is always 1 so
the answer to the question you asked is

1

Probably the answer you wanted is 1+count(../preceding-sibling::*) but
that has nothing to do with the position() function in Xpath.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread