Help for this page

Select Code to Download


  1. or download this
    $xp->parsefile($xml_file);
    local $XML::Checker::FAIL = \&my_fail;
    
  2. or download this
    local $XML::Checker::FAIL = \&my_fail;
    $xp->parsefile($xml_file);