Finding e-mail addresses using XPath

cyclone2k

New Member
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: \[code\]//tr/td/div[@class='geTextA5'][2]/a\[/code\]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.
 
Back
Top