You should perhaps load the start page of evey lab in a webview, then parse the 
html (or xml) information for rss links (<link type="application/rss+xml" .. 
rel="alternate"> .. href="..") and follow the URL contained in the href part. 
It should be possible to get the feed content by using NSXMLParser on this URL.

Tim

--
http://www.timschroeder.net

Am 27.12.2011 um 14:38 schrieb Kevin Vavelin:

> Hi everyone !
> I develop an application for my uni (SUPINFO), and i need to get the RSS feed 
> of every labs they have. I don't know if i have to use NSURL or if we have 
> something better in CocoaTouch 'cause my application is for iPhone.
> 
> Can anyone help me ?
> 
> Thanks a lot in advance._______________________________________________
> 
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
> 
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
> 
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/tim%40timschroeder.net
> 
> This email sent to t...@timschroeder.net

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to