my $root = $dom->getDocumentElement(); foreach my $node ($root->findnodes('//breakfast_menu')) { print $node->parentNode(); }