Reading RSS
Posted: Mon Jul 16, 2007 7:40 pm
Does anybody know of something already build, or something easy to build to read this:
Code: Select all
<?xml version="1.0" ?>
- <rss version="2.0">
- <channel>
<title>Colorado Results from SuperPages.com</title>
<link>http://www.superpages.com/cities/CO.html</link>
<description>Colorado Results from SuperPages.com: Yellow Pages, White Pages, and Online Directories</description>
<language>en-us</language>
<pubDate>Mon, 16 Jul 2007 16:35:02 CST</pubDate>
- <item>
<title>Results for Saturday, 7/14/07</title>
<link>http://www.superpages.com/cities/CO.html</link>
<description>The winning results for Saturday, 7/14/07 are: 2, 5, 6, 25, 28. Brought to you by http://www.SuperPages.com.
<pubDate>Sat, 14 Jul 2007 23:15:06 CST</pubDate>
</item>
- <item>
<title>Results2 for Saturday, 7/14/07</title>
<title>Results2 for Saturday, 7/14/07</title>
<link>http://www.superpages.com/cities/CO.html</link>
<description>The second winning results for Saturday, 7/14/07 are: 2, 5, 6, 25, 28. Brought to you by http://www.SuperPages.com.
<pubDate>Sat, 14 Jul 2007 23:15:23 CST</pubDate>
</item>
</channel>
</rss>