Help for this page

Select Code to Download


  1. or download this
    for my $test ($xml->findnodes('/parent_node')) {
        for my $mystring ($test->findnodes('node2/child_node_a')) {
            print $mystring, "\n";
        }
    }