Parsing XML string to NSDictionary
Hi
I would like to parse a XML which I am getting through a SOAP response result. Suppose the result XML is like:
<Account AccountID="222" AccountName="Remote Test" Age="25" Disclaimer="<b>This is a sample disclaimer.</b>" PictureHeight="0" PictureWidth="0"><Picture></Picture></Account>
Please help its urgent.. I want to extract the values of different attributes within the particular tag... and use those in my app...
How can I do that? It will be more helpful if someone can put some code snippet..
|