I want to parse a very simple XML
string into an NSDictionary
so that I can easily access the attributes.
RecurrenceInfo: "<RecurrenceInfo Start="12/24/2013 01:00:00" End="01/03/2014 01:00:00" DayNumber="24" WeekOfMonth="0" WeekDays="62" Id="49409301-c3ec-43f0-8571-ca42258e8a6f" Month="12" OccurrenceCount="9" Range="1" />",
I was looking around and found some libraries, but then I still need to implement lot of things. Anybody know if this can be done more easy ?
kind regards