for my $node ( $root->findnodes("//Device/*") ) { print $node->nodeName, $/; }