http://qs321.pair.com?node_id=737156


in reply to Modified title: The structures created by many of the XML parsers in Perl appear unnecessarily deep in levels...

Hi,

You can use XML::Simple as well. XML::Simple->new( KeepRoot => 1, KeyAttr => 1, ForceArray => 1 ); This will gives everything array of hashes.