1
vote
Getting all nodes between the current node and another without current()?
It sounds like using the DOM will be a bit easier, once you use XPath to collect things at that level. Assuming you use no framework, something along the lines of:
var nodes = docu …
