﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>SteelCityLive.com RSS Feed</title>
    <link>http://www.steelcitylive.com</link>
    <description>This is my first RSS feed</description>
    <lastBuildDate>Tue, 4 Nov 2008 18:37:00 GMT</lastBuildDate>
    <language>en-us</language>
    <item>
      <title>This if my first item</title>
      <link>http://example.com/item/123</link>
      <guid>http://example.com/item/123</guid>
      <pubDate>Tue, 4 Nov 2008 18:37:00 GMT</pubDate>
      <description>This is the description that I am using for my first RSS feed's first item.</description>
    </item>
    <item>
      <title>This if my second item</title>
      <link>http://example.com/item/124</link>
      <guid>http://example.com/item/124</guid>
      <pubDate>Tue, 4 Nov 2008 18:37:00 GMT</pubDate>
      <description>This is the description that I am using for my first RSS feed's second item.</description>
    </item>
    <!-- put more items here -->
    <atom:link href="http://www.steelcitylive.com/rssfeed.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>
