<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>rss on chrismoos</title>
    <link>/tags/rss/</link>
    <description>Recent content in rss on chrismoos</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>&amp;copy; 2020 Chris Moos</copyright>
    <lastBuildDate>Thu, 17 Jul 2008 18:37:04 +0000</lastBuildDate><atom:link href="/tags/rss/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>iPhone RSS Parser</title>
      <link>/2008/07/17/iphone-rss-parser/</link>
      <pubDate>Thu, 17 Jul 2008 18:37:04 +0000</pubDate>
      
      <guid>/2008/07/17/iphone-rss-parser/</guid>
      <description>I&amp;rsquo;ve made a simple parser class for reading RSS feeds and a simple demo application for the iPhone that implements the iPhoneRSS class.
The following example shows the usage for the RSS class. Basically, the class creates an NSArray of news items, and each object in the array is an NSDictionary. The dictionary contains the element name as the key.
/* load feed from URL */ iPhoneRSS *rss = [[iPhoneRSS alloc] initWithURL:[NSURL URLWithString:@&amp;#34;http://www.</description>
    </item>
    
  </channel>
</rss>
