Skip navigation.
 
mlRe: Converting XML to NSDictionary
FROM : Jens Alfke
DATE : Sat May 03 17:51:41 2008

On 3 May '08, at 8:01 AM, Mr. Gecko wrote:

> How would I convert XML to NSDictionary so I can read it.


We already answered this yesterday: NSXMLDocument. It doesn't convert 
it literally into an NSDictionary, but it's a tree of NSXMLElement 
objects that you can use in much the same way. Please read the 
documentation for those classes, try using them, and if you have 
specific questions afterwards, ask them.

—Jens

Related mailsAuthorDate
mlConverting XML to NSDictionary Mr. Gecko May 3, 17:01
mlRe: Converting XML to NSDictionary Jens Alfke May 3, 17:51
mlRe: Converting XML to NSDictionary Jean-Daniel Dupas May 3, 17:59
mlRe: Converting XML to NSDictionary Hal Mueller May 3, 19:50