Help for this page

Select Code to Download


  1. or download this
    my $parser=XML::LibXML->new();
    my $doc=$parser->parse_file($file);
    foreach my $node($doc->findnodes($xpathQuery));