Help for this page

Select Code to Download


  1. or download this
    use XML::Schematron::LibXSLT;
    
    ...
    my $ret = $tron->verify($xml_file);
    
    print $ret . "\n";
    
  2. or download this
    use XML::Schematron;
    
    ...
    my $messages = $pseudotron->verify($xml_file);
    
    print "$messages\n";