How do I get the last td using xpath?<HTML><BODY><FORM name="trans_form"><DIV align="center"> <TABLE> <TR> <TD><SPAN name="sourceData"><TABLE> <TR><TD name="foo"
6/6/2008 10:14:40 AM
/HTML/BODY/FORM/DIV/TABLE/TR/TD/SPAN/TABLE/TR/TDor//TD[2][Edited on June 6, 2008 at 10:41 AM. Reason : x]
6/6/2008 10:39:21 AM
Thx. I tried that and it wouldn't work for me. Maybe there's something wrong with the way this app handles xpath.
6/6/2008 10:45:45 AM
Hmmm. It works up to here, then breaks. HTML/BODY/FORM/DIV/TABLE/TR/TD/SPAN/
6/6/2008 11:08:16 AM
Stupid generated tags. It works now. Thx.
6/6/2008 11:12:58 AM