RE: [xsl] Navigation using XPath

Subject: RE: [xsl] Navigation using XPath
From: Jarno.Elovirta@xxxxxxxxx
Date: Wed, 13 Nov 2002 11:09:33 +0200
Hi,

> 1> Go to the first element (e.g like position() = first()..) 

First of what? Of document

/*

or first child element

*[1]

> 2> Go to the next element after the current element (e.g position() =
> next().. )

following::*[1]

> 3> 2> Go to the previous element after the current element (e.g
> position() = previous().. )

preceding::*[1]

> 4> Go to the next sibling element from the current position.

following-sibling::*[1]

Jarno - In Strict Confidence: Zauberschloss (mechanical fairy tale rmx)

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


Current Thread