Objective-C DOM XML parser for iPhone

Posted by phunehehe on Stack Overflow See other posts from Stack Overflow or by phunehehe
Published on 2009-09-30T04:42:18Z Indexed on 2010/06/01 6:23 UTC
Read the original article Hit count: 256

Filed under:
|
|
|

Hello guys I'm looking for a way on the iPhone to parse an XML document using DOM. I have been using SAX with NSXMLParser but now I really want a DOM tree (or anything that can quickly translate the XML document into an NSDictionary)
Thanks for any help

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c