Automatically exported from code.google.com/p/tinyhtmlparser
A small html parser in C#, porting from python HTMLParser
This module can make user easier to parse small html content for extracting the interesting thing. Overall, it is easy to use, only to do is overwrite some methods.