How to get values in similar but little bit different nodes with xpath in one query?
See the question and my original answer on StackOverflowWhat about something like this, using // on the "variable" hierarchy
div[@id='id']/span[@class]//a[@href]
What about something like this, using // on the "variable" hierarchy
div[@id='id']/span[@class]//a[@href]