Converting XML to NSDictionary
Converting XML to NSDictionary
- Subject: Converting XML to NSDictionary
- From: "Mr. Gecko" <email@hidden>
- Date: Sat, 3 May 2008 10:01:05 -0500
How would I convert XML to NSDictionary so I can read it.
Here is an example of how my XML file looks like
<?xml version="1.0" encoding="iso-8859-1"?>
<profile>
<files>
<file url="http://www.example.com/file1" size="522656" name="File
Number 1"/>
<file url="http://www.example.com/file1" size="4533" name="File
Number 2"/>
</files>
</profile>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden