I have been trying to extract e-mail addresses from the following code for quite a while now, using xpath, with no success…
http://pastie.org/4172907 (line 78)
This is what I tried so far:
//tr/td/div[@class='geTextA5'][2]/a
I have been messing around with xpath for over three hours, tried many different variations. I am very new to xpath, so I am hoping theres an easier way to accomplish this.
I appreciate any help with this.
If you are assured that all the e-mail have a mailto hyperlink like in the example, then you can try the following xpath.