libhtml-html5-parser-perl

Parse html reliably
  https://metacpan.org/release/HTML-HTML5-Parser
  0
  no reviews



Html::html5::parser is an html parser, similar to the non-cpan module whatpm::html with some changes including:

* provides an xml::libxml-like dom interface. if you usually use
xml::libxml's dom parser, this should be a drop-in solution for tag
soup html.
* constructs an xml::libxml::document as the result of parsing.
* via bundling and modifications, removed external dependencies on
non-cpan packages.