xsl-list
[Top] [All Lists]

RE: Navigation using XPath

2002-11-13 02:09:33
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



<Prev in Thread] Current Thread [Next in Thread>