Help for this page

Select Code to Download


  1. or download this
    <Group id="V-3021">
        <title>blah blah blah</title>
    ...
            </check>
        </Rule>
    </Group>
    
  2. or download this
    
    <Group id="V-3021">
    ...
            </check>
        </Rule>
    </Group>
    
  3. or download this
     my $parser = XML::LibXML->new() or die $!;
     my $doc1 = $parser->parse_file($filename1);
    ...
         }
     }