Description
Provides a simple non-validating CSS1 and HTML parser for C++. Non-validating parsers are useful when software needs to inspect markup without enforcing every rule of the specification.
It is useful for scraping, conversion tools, lightweight document processing, tests, and legacy HTML handling. It should not be treated as a browser engine or complete security boundary for hostile documents.