in reply to Re^3: Data structure question from XML::XPath::XMLParser
in thread Data structure question from XML::XPath::XMLParser

All set now, thanks for the help!

for my $attr ($node->getAttributes) { print $attr->getName,"\t"; print $attr->getNodeValue,"\n"; }