Help for this page

Select Code to Download


  1. or download this
        $_checker->Start ($tag);
    
  2. or download this
    eval {
        local $XML::Checker::FAIL = \&my_fail;
    
        $parser->parsefile ($ARGV[0]);
    };
    
  3. or download this
    eval {
        local $XML::Checker::FAIL = \&my_fail;
    ...
        $parser->parse;
        $parser->parsefile ($ARGV[0]);
    };