blob: c16ba43eb7eaa741d3cacf7c2e4e47a1ca8f7d2d (
plain) (
blame)
1
2
3
4
5
|
Marpa::HTML does "high-level" parsing of HTML. It allows handlers to be
specified for elements, terminals and other components in the hierarchical
structure of an HTML document. Marpa::HTML is an extremely liberal HTML parser.
Marpa::HTML does not reject any documents, no mater how poorly they fit the HTML
standards.
|