#22 [xhtml]
Axis Direction - Example
For example, give the following
<doc> <a/><b/><c/> <target/> <d/><e/><f/> </doc>
These expressions evaluate:
target/preceding-sibling::* → elements 'c' b' 'a'.
target/following-sibling::* → elements 'd' 'e' 'f'.