Objective-C Library for RSS feed parsing?

China☆狼群 提交于 2019-12-31 22:41:27

问题


I'm looking for an Objective-C library for an iOS app that will parse and display articles form an RSS feed.

Specifically,m I'm looking to make an app for a news website. The framework should be able to work with various RSS XML structures if possible. (Well, two different news sites. One uses Wordpress-generated RSS and one does not.)


回答1:


You could use Apples NSXMLParser Class. Or you could use the C-based libXML2.




回答2:


MWFeedParser is another interesting library to look into.




回答3:


How about https://github.com/touchcode/TouchRSS?




回答4:


My drop-in solution (deals with Wordpress' RSS 2.0 and the Atom 1.0 format as well): http://github.com/H2CO3/RSSKit




回答5:


This library is about as old as this question: https://github.com/NextfazeSD/WordPressSyncer. It syncs WordPress blogs from the server, saving data locally in a core data database.



来源:https://stackoverflow.com/questions/3488409/objective-c-library-for-rss-feed-parsing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!