foreach my $contacts ($tree->find_by_tag_name('contact'){ my $name = $contacts->find_by_tag_name('contact:name')->as_text; }