How to convert XML data into a NSMutableArray

Realiavomonna

New Member
I'm receiving data in XML from a server through a \[code\]NSData\[/code\] object and I would like to convert this data to a \[code\]NSMutableArray\[/code\] object. How do I convert the data from the \[code\]NSData\[/code\] object (knowing that there should be different objects transferred into the \[code\]NSMutableArray\[/code\] - UIImages ,CLLocation2D objects, strings,...)
 
Back
Top