Help for this page
$_checker->Start ($tag);
eval { local $XML::Checker::FAIL = \&my_fail; $parser->parsefile ($ARGV[0]); };
eval { local $XML::Checker::FAIL = \&my_fail; ... $parser->parse; $parser->parsefile ($ARGV[0]); };