vb.net and html parsing

Posted by tridat on Stack Overflow See other posts from Stack Overflow or by tridat
Published on 2010-05-25T08:05:22Z Indexed on 2010/05/25 8:11 UTC
Read the original article Hit count: 299

Filed under:
|
|
|

Currently I'm using the IHTMLDocument2 and IHTMLElementCollection to parse HTML, is there some way to parse it using some sort of xpath/selectors, something like

elements = find_html_elements("a .link[rel=100]") ?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about vb.net