Is there an equivallent for NSXMLParserDelegate in the cocoa touch framework?

Posted by Mark on Stack Overflow See other posts from Stack Overflow or by Mark
Published on 2010-04-28T12:17:05Z Indexed on 2010/04/28 12:43 UTC
Read the original article Hit count: 244

Filed under:
|
|

Like the title says, I want to parse XML in my iPhone application, but there is no NSXMLParserDelegate protocol like there is in the System Foundation framework.

Can I just add a reference to the /System/Library/Frameworks/Foundation.framework in my iPhone application?

© Stack Overflow or respective owner

Related posts about cocoa-touch

Related posts about Xml