Re: Get the RSS Feed of a site
Re: Get the RSS Feed of a site
- Subject: Re: Get the RSS Feed of a site
- From: Tim Schröder <email@hidden>
- Date: Sat, 31 Dec 2011 16:29:31 +0100
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 (email@hidden)
>
> 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:
>
> This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden