开发者

Cocoa Open source XML parser [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7开发者_运维技巧 years ago.

Improve this question

I'm looking for an open source XML parser that is easy to integrate with my NSTableView and will handle large amounts of RSS feeds


You can use the PubSub Framework ( http://developer.apple.com/Mac/library/documentation/InternetWeb/Conceptual/PubSub/overview/overview.html ). I remember some demo Apple gave at WWDC one year showing it was easy to integrate with NSTableView & NSCollectionView. Though it's not open source.


RSS is just a particular kind of XML, so you can use whatever XML parser you like. On OS X, Cocoa itself provides NSXMLDocument. On iPhone, you need to find something. http://www.metaobject.com/blog/2009/01/iphone-xml-performance.html would be a good place to start.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜