http://qs1969.pair.com?node_id=1066480


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")] +' );

-derby