my $xp = XML::XPath->new( filename => $_[0] ); my $nodeset = $xp->find('//descendant-or-self::node()[local-name(.) = dependency and not(child::version)] '); # find all authors foreach my $node ( $nodeset->get_nodelist ) { print XML::XPath::XMLParser::as_string($node)."\n\n"; } #### com.solarmetric kodo-jdo-runtime javax.jdo jdo 1.0.2