selecting nodes issue
hello,
considering this as the problem:
<table>
<tr>
<td>Search text Models</td>
</tr>
<tr>
<td>
<A HREF="http://www.test1.com">some text</A><br>
<A HREF="http://www.test2.com">some text</A><br>
</td>
</tr>
</table>
<table>
<tr>
<td>search by town</td>
</tr>
<tr>
<td>
<a href="http://www.test3.com">some text</a><br>
<a href="http://www.test4.com">some text</a><br>
</td>
</table>
how can i select the @href of <a> nodes after the td[text='Search text Models'] node ??
thank you in advance
Last edited by Nader Harb; June 1st, 2010 at 10:57 AM..
|