Help for this page

Select Code to Download


  1. or download this
    use XML::XPath;
    use XML::XPath::XMLParser;
    ...
    foreach my $node ($nodeset->get_nodelist) {
            print $node->string_value(), "\n";
    }