Help for this page

Select Code to Download


  1. or download this
    use XML::XPath;
    my ($xml, $xp);
    ...
     print “Parsing failed\n”;
    }
    …..
    
  2. or download this
    use XML::XPath;
    use XML::Parser;
    ...
     $xp = XML::XPath->new(xml => $xml);
    }
    …..