aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 97caff4b19c6581df909e51daea383b7b7c20265 (plain)
1
2
3
4
5
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