Re: [xsl] Navigation using XPath

Subject: Re: [xsl] Navigation using XPath
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 13 Nov 2002 10:17:00 GMT

> But what I want to know is if we don't know the
> exact position of the current element like *[1] how do I go the next or
> previous element from the current position 

that is exactly what following::*[1] does, Xpath's are like file paths
or URLs if they don't start with / they are relative to the current
node.

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


Current Thread