Help for this page

Select Code to Download


  1. or download this
    # file named 'libxml-html-forgiving'
    use warnings;
    use strict;
    ...
    <p>
    Some HTML & a <b>problem with it > normal but deadly;
    <p>
    
  2. or download this
    moo@cow[48]~/bin>perl libxml-html-forgiving 1
    ------------------------------------------------------------
    parse_html rendered with serialize_html
    ...
    Some HTML  a problem with it &gt; normal but deadly;
    
    </p>
    
  3. 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 &gt; normal but deadly;
    
    </p>