can anyone tell me if its possible to select only the divs 2a and 2b from this html fragment? the problem is that the divs are not children of h4 element and so the xpath qu
div[preceding-sibling::h4='Two' and following-sibling::h4='Three']
div[preceding-sibling::h4[1] = 'Two']