Subscribe ( )

iPhone Programming Tutorials

 

Forum

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

You must be logged in to post Login Register

Search 

Convert a xml into dictionary

User Post

6:43 am
April 21, 2009


ashwanik04

Noob

posts 2

1

I need one help in parsing XML
<Grandfather>
  <Son name=”1″>
    <Grandson name=”1″ />
  </Son>
  <Son name=”2″>
    <Grandson name=”1″ />
  </Son>
  <Son name=”3″>
    <Grandson name=”1″ />
    <Grandson name=”2″ />
    <Grandson name=”3″ />
  </Son>
</Grandfather>

Can any body tell me how to convert this XML into dictionary
of the format
key(son) value(NSArray of grandsons)


About the iCodeBlog forum

Currently Online:

3 Guests

Maximum Online: 44

Forums:

Groups: 2

Forums: 6

Topics: 337

Posts: 783

Members:

There are 760 members

There are 1 guests


Brandon has made 87 posts

Top Posters:

bobcubsfan - 54

crazyiez - 30

VertigoSol - 26

AdeC - 17

Uhu - 17

Administrator: Brandon | Moderators: VertigoSol


© - Version 3.1.4 (Build 357)