Help for this page

Select Code to Download


  1. or download this
    # suppressing DTD validation and errors due to no DTD validation
    my $parser = XML::LibXML->new(load_ext_dtd => 0, expand_entities => 0,
    + suppress_errors => 1);