[Solved] how to find the following node (siblings and preceding) using xpath


You can have a XPath something like this:

//months/month[@name="February"]/following-sibling::month

0

solved how to find the following node (siblings and preceding) using xpath