foreach my $elt ( $t -> get_xpath( '//myconfig/myobj/uniqueName[string()=" objA "]/../myattributes/attribB' ) ) { $elt -> print; }