Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl -w
    
    ...
    $doc->parse_file('stsdef.xml');
    my $rng = new XML::LibXML::RelaxNG(location => 'stsdef.rng');
    $rng->validate($doc);