- or download this
# file named 'libxml-html-forgiving'
use warnings;
use strict;
...
<p>
Some HTML & a <b>problem with it > normal but deadly;
<p>
- or download this
moo@cow[48]~/bin>perl libxml-html-forgiving 1
------------------------------------------------------------
parse_html rendered with serialize_html
...
Some HTML a problem with it > normal but deadly;
</p>
- or download this
moo@cow[49]~/bin>perl libxml-html-forgiving
HTML parser error : htmlParseEntityRef: no name
Some HTML & a <b>problem with it > normal but deadly;
...
Some HTML a problem with it > normal but deadly;
</p>