What happens when I apply following-sibling::*[1] to the last child?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Answer: it gets evaluate to an empty node-set, because there is no more following siblings. If you want to get the following sibling of the context node or following sibling of context node parent otherwise, the rigth axis is
|
|||
|
|
|
It will get you the first sibling to the current node. Here is an example:
XPath:
Update: I apologize (see comment), but this: |
|||||
|
|