Help for this page

Select Code to Download


  1. or download this
    eval {
     $document = $parser->parse_file($file_target);
     my $dtd = XML::LibXML::Dtd->new($dtd_file);
     $document->validate($dtd);
    };