What is the best way to take a string of HTML and turn it in to something useful?
Essentially if i take a URL and go get the HTML from that URL in .net i get a response but this would come in the form of either a file or stream or string.
What if i want an actual document or something I can crawl like an XmlDocument object?
I have some thoughts and an already implemented solution on this but I am interested to see what the community thinks about this.