<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>A Sample RSS 2.0 Feed</title>
    <link>http://webdesign.about.com/rss2.0feed/</link>
    <description>An example of a simple RSS feed. This is the description of the feed itself, not an item.</description>

    <item>
      <title>This is the most recent entry in my sample feed</title>
      <link>http://webdesign.about.com/rss2.0feed/entry.html</link>
      <description>This is the text that will appear in the feedreaders. It describes the post itself, not the entire feed.</description>
      <guid>http://webdesign.about.com/rss2.0feed/entry.html</guid>
    </item>
 	<item>
      <title>This is another entry in my sample DART 430 feed. Note how the browser understands RSS in some of the same ways it does XHTML.</title>
      <link>http://webdesign.about.com/rss2.0feed/entry2.html</link>
      <description>This is the text that will appear in the feedreaders. It describes the post itself, not the entire feed.</description>
      <guid>http://webdesign.about.com/rss2.0feed/entry2.html</guid>
    </item>
  </channel>
</rss>

