Return to Snippet

Revision: 5137
at February 13, 2008 22:11 by rengber


Initial Code
<?xml version="1.0" ?>
<rss version="2.0">
  <channel>
    <title>This is my first RSS feed!</title>
    <link>http://www.myWebSite.com</link>
    <description>I am testing out creating an RSS feed...</description>
 
    <item>
      <title>The First Item to Check Out</title>
      <link>http://www.myWebSite.com/story1.htm</link>
      <description>This is the first article on my Web site!</description>
    </item>

    <item>
      <title>The Second Item to Check Out</title>
      <link>http://www.myWebSite.com/story1.htm</link>
      <description>This is the second article on my Web site!</description>
    </item>

    ...
  </channel>
</rss>

Initial URL
http://www.4guysfromrolla.com/webtech/031303-1.shtml

Initial Description
From 4 Guys from Rolla

Initial Title
Baseline RSS XML

Initial Tags
web

Initial Language
XML