Hi, I'd like to read an html file from a site and take out some information, what is the best way to do that? To get the single information I was thinking to read inside strings and get every single word I need, hoping that tags are closed in the right way..or maybe I should look for something like a xml parser that creates object from the html file? thanks