I'm trying to figure out how to select only the <b/> elements which come
after the <a/> and before the <c/>. Using following-sibling I get all
of the <b/>'s which come after the <a/> including the ones that
I don't need after the <c/>. Any ideas on how to accomplish
this? Thanks alot for any help.