I have following xml as a response to a service not i want to parse this to a key value properties object. but it is not working. response - I want object with name as Key prop and value as value prop of object.
<lst name="industry">
<int name="Accounting">3</int>
<int name="Engineering">0</int>
<int name="Human Resources and Adminstration">0</int>
<int name="Software/IT">0</int>