Hi, I need to parse the XML data like this, I don't know how can I parse this data. Actually It is the plist data. I need to load or parse this data (plist's file) from url. If somebody knows how to do this please help me.
Thank you
Thank you
Code:
<dict>
<key>Rows</key>
<array>
<dict>
<key>Title</key>
<string>#TEXT TEXT TEXT</string>
<key>Children</key>
<array>
<dict>
<key>Title</key>
<string>#TEXT-ROW1</string>
<key>Children</key>
<array>
<dict>
<key>Title</key>
<string>#TEXT-ROW2</string>
<key>Children</key>
<array>
<dict>
<key>Title</key>
<string>TEXT TEXT TEXT TEXT</string>
</dict>