in reply to Duplicate XML Node Question
for my $test ($xml->findnodes('/parent_node')) { for my $mystring ($test->findnodes('node2/child_node_a')) { print $mystring, "\n"; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Duplicate XML Node Question
by omegaweaponZ (Beadle) on Sep 18, 2014 at 17:38 UTC |