Quote:
Originally Posted by smasher
There's also an HTML tag that tells the browser if there's a feed for the current site. Do "view source" on this very web page, and you'll find this code:
Code:
<link rel="alternate" type="application/rss+xml" title="iPhone Dev SDK Forum RSS Feed" href="http://www.iphonedevsdk.com/forum/external.php?type=RSS2" />
<link rel="alternate" type="application/rss+xml" title="iPhone Dev SDK Forum - iPhone SDK Development - RSS Feed" href="http://www.iphonedevsdk.com/forum/external.php?type=RSS2&forumids=19" />
|
Thank you. I didn't realize that that was present on
every webpage. So, to parse this out, I do not need the NSXMLParser? Sorry if this is a dumb question.