Extracting a table row with a particular attribute,using HTMLAGILITY pack

Posted by Soham on Stack Overflow See other posts from Stack Overflow or by Soham
Published on 2010-06-06T02:12:51Z Indexed on 2010/06/06 2:22 UTC
Read the original article Hit count: 328

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about html