in reply to XML::Simple - Handling inconsistency

Thanks For the replies. Got it working with the below options.
my $result = XMLin($res, KeyAttr => {binding => 'name'}, ForceArray => + [ 'binding' ] );