Is there a tool in vb.net / for vb.net like nokogiri (a ruby gem) that allows
one to parse HTML files using the awesomeness of css queries (e.g #htmlid) for <p id="htmlid">...</p> so that I can parse html content easily?
Is there a tool in vb.net / for vb.net like nokogiri (a ruby gem)
Share
CsQuery may be what you are looking for.
If you are comfortable with LINQ and/or XPath I would also recommend the awesome HTML Agility Pack.