<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
   <channel>
      <title>My First RSS Feed</title>
      <link>http://www.cs.unh.edu/cit/403/index.html</link>
      <description>This is a very simple, but technically complete, 
         RSS 2.0 feed containing a single item.</description>
      <item>
          <title>Welcome</title>
          <description>This is the only item in this very simple
              feed.</description>
          <link>http://www.cs.unh.edu/cit/403/index.html</link>
      </item>
   </channel>
</rss> 


