Objective-C Library for RSS feed parsing?

ⅰ亾dé卋堺 提交于 2019-12-03 02:55:39

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

MWFeedParser is another interesting library to look into.

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

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.

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