用于RSS feed解析的Objective-C库?

时间:2022-06-01 01:43:09

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

我正在寻找一个iOS应用程序的Objective-C库,它将解析和显示来自RSS提要的文章。

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.)

具体来说,我正在寻找一个新闻网站的应用程序。如果可能,框架应该能够使用各种RSS XML结构。 (好吧,两个不同的新闻网站。一个使用Wordpress生成的RSS,一个不使用。)

5 个解决方案

#1


2  

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

您可以使用Apples NSXMLParser Class。或者您可以使用基于C的libXML2。

#2


7  

MWFeedParser is another interesting library to look into.

MWFeedParser是另一个值得研究的有趣库。

#3


5  

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

https://github.com/touchcode/TouchRSS怎么样?

#4


4  

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

我的插件解决方案(处理Wordpress的RSS 2.0和Atom 1.0格式):http://github.com/H2CO3/RSSKit

#5


0  

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://github.com/NextfazeSD/WordPressSyncer。它从服务器同步WordPress博客,在核心数据数据库中本地保存数据。

#1


2  

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

您可以使用Apples NSXMLParser Class。或者您可以使用基于C的libXML2。

#2


7  

MWFeedParser is another interesting library to look into.

MWFeedParser是另一个值得研究的有趣库。

#3


5  

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

https://github.com/touchcode/TouchRSS怎么样?

#4


4  

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

我的插件解决方案(处理Wordpress的RSS 2.0和Atom 1.0格式):http://github.com/H2CO3/RSSKit

#5


0  

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://github.com/NextfazeSD/WordPressSyncer。它从服务器同步WordPress博客,在核心数据数据库中本地保存数据。