<?xml version="1.0" ?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
"http://my.netscape.com/publish/formats/rss-0.91.dtd">
<rss version="0.91">
<channel>
<title>Mike's RSS test</title>
<link>http://www.u.arizona.edu/~hammond/</link>
<description>Just a test of RSS</description>
<language>en-us</language>

<item>
<title>A first test of RSS</title>
<link>http://www.u.arizona.edu/~hammond/rss1.html</link>
<description>This is a short description of the first RSS item.</description>
</item>

<item>
<title>A second test of RSS</title>
<link>http://www.u.arizona.edu/~hammond/rss2.html</link>
<description>This is a short description of the second RSS item.</description>
</item>

<item>
<title>A third test</title>
<link>http://www.u.arizona.edu/~hammond/rss3.html</link>
<description>The third item is the same as the others.</description>
</item>

</channel>
</rss>

