in reply to XML::Simple - Handling inconsistency
my $result = XMLin($res, KeyAttr => {binding => 'name'}, ForceArray => + [ 'binding' ] ); [download]