The Great HTML5 Parser
This is the introduction to an article about HTML parsing in OCaml.
The parser follows the WHATWG specification and handles all kinds of malformed HTML gracefully.
- Feature 1: Fast parsing
- Feature 2: CSS selectors
- Feature 3: Encoding detection