in reply to Re^2: XML::Simple - Duplicate Node Overwrites
in thread XML::Simple - Duplicate Node Overwrites

Don't let some other node accidentally get compressed into a hash instead. Set the KeyAttr to the empty string:
print Dumper XMLin($xml, KeyAttr => '', );

Replies are listed 'Best First'.
Re^4: XML::Simple - Duplicate Node Overwrites
by ikegami (Patriarch) on Apr 23, 2011 at 07:59 UTC