A small html parser written in ansi c (c89). The parser fixes broken html (missing end tags). The parser doesn't perform any dynamic allocations (heap) and neither copies any text, and only outputs the parsing result to a callback function rather than a dom tree.
This html parser can also be used to parse xml files with namespaces, such as rss feeds.
# Note
This library does not decode html sequences in text and attribute values