开发者

XML parser for iphone

开发者 https://www.devze.com 2023-01-08 13:45 出处:网络
what\'s the best XML parser for parsing RSS feed type documents on the iPhone? Ive found a few samples on the internet but kept running into memory leak problems. a开发者_高级运维ny suggestions?Since

what's the best XML parser for parsing RSS feed type documents on the iPhone? Ive found a few samples on the internet but kept running into memory leak problems. a开发者_高级运维ny suggestions?


Since it's built-in, NSXMLParser or libxml will require the least extra configuration.

If you want something that's more flexible and not event-based, try TouchXML.

0

精彩评论

暂无评论...
验证码 换一张
取 消