following « XPath « XML Tutorial






4.9.following
4.9.1.if test="not(descendant::*[name()=name(current())] | following::*[name()=name(current())])"
4.9.2.following axis contains all nodes that come after the context node, but excludes all descendant nodes.