Help for this page
use strict; use warnings; ... </myattributes> </myobj> </myconfig>
foreach my $elt ( $t -> get_xpath( '//myconfig/myobj/uniqueName[string +()=" objA "]/../myattributes/attribB' ) ) { $elt -> print; }