Jump to letter: [
02349ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
libhubbub - An HTML5 compliant parsing library
- Description:
Hubbub is an HTML5 compliant parsing library, written in C. It was
developed as part of the NetSurf project.
The HTML5 specification defines a parsing algorithm, based on the
behavior of mainstream browsers, which provides instructions for how to
parse all markup, both valid and invalid. As a result, Hubbub parses web
content well.
Features:
* Parses HTML, good and bad
* Simple C API
* Fast
* Character encoding detection
* Well-tested (~90% test coverage)
* Portable
Packages