Help for this page

Select Code to Download


  1. or download this
    my $doc = XML::LibXML->load_xml(
        location => shift,
        validation => 0,
        load_ext_dtd => 0, # <- That's the key
    );