Extracting a table row with a particular attribute,using HTMLAGILITY pack
- by Soham
Consider this piece of code:
<tr>
<td valign=top class="tim_new"><a href="/stocks/company_info/pricechart.php?sc_did=MI42" class="tim_new">3M India</a></td>
<td class="tim_new" valign=top><a href='/stocks/marketstats/indcomp.php?optex=NSE&indcode=Diversified' class=tim>Diversified</a></td>
I want to write a piece of code using HTMLAgility pack which would extract the link in the first line.