in reply to XML dont include parent node
You could always use the start-with function:
my @nodes = $root->findnodes( '/Root/*/*[starts-with(name(), "child")] +' );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML dont include parent node
by smls (Friar) on Dec 11, 2013 at 01:07 UTC |