Does anyone know if there's a library that will allow you to Query the HTML DOM with LINQ?
Something like LINQtoHTML.
Would it be useful to create such a thing if it does not exist yet?
Does anyone know if there's a library that will allow you to Query the HTML DOM with LINQ?
Something like LINQtoHTML.
Would it be useful to create such a thing if it does not exist yet?
There is not currently, however, if it's xhtml, you could load it up and use Linq-to-XML :)
The HtmlAgilityPack will let you do this. It's pretty forgiving with malformed HTML, too.