I have the following DOM / HTML structure, I want to get (just by practicing ...) the marked data. 
One that is under the h2 element. that the div element [@ class = "coordsAgence"] has a few more div children below and a few more h2 .. so that:
div[@class="coordsAgence"]
Will get this value, but with additional unnecessary text. UPDATE The value (from this example) that I basically want is that: the text is "GALLIER Dennis".
dom html html-parsing xpath
snoofkin
source share