<?xml version="1.0" encoding="UTF-8"?>
<!-- standard RSS 2.0 header with a twist, www.feedvalidator.org/docs/warning/MissingAtomSelfLink.html 1 of 2 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<!--  Copyright 2009 Jerry Whiting. All rights reserved. http://JetCityOrange.com/RSS/sampleFeed.xml  11mar09 -->
<!--  sampleFeed.xml is referenced within JetCityOrange.com/RSS/  -->

<!-- the global attributes of your feed -->
  <channel>
    <title>JetCityOrange</title>
    <copyright>2009 Jerry Whiting. All rights reserved.</copyright>
    <link>http://www.JetCityOrange.com/RSS/</link>
    <description>RSS: what it does and how to make it. Playing with RSS for fun and fame.</description>
    <!-- use the correct language code for your feed -->
    <!-- http://www.rssboard.org/rss-language-codes -->
    <language>en-us</language>
    <generator>The JetCityOrange RSS Machine</generator>
    <managingEditor>JetCityOrange@gmail.com (Jerry Whiting)</managingEditor>
    <webMaster>JetCityOrange@gmail.com (Jerry Whiting)</webMaster>
    <!-- www.feedvalidator.org/docs/warning/MissingAtomSelfLink.html 2 of 2 -->
    <atom:link href="http://JetCityOrange.com/RSS/sampleFeed.xml" rel="self" type="application/rss+xml" />
    <image>
      <url>http://www.JetCityOrange.com/JCOlogo.gif</url>
      <title>JetCityOrange</title>
      <link>http://www.JetCityOrange.com/RSS/</link>
    </image>

    <!-- the most recent feed post -->
    <item>
      <title>Learn to Meditate</title>
      <description>How to meditate including guided meditation MP3 files, binaural beats, and other resources.</description>
      <link>http://www.JetCityOrange.com/meditation/</link>
      <guid>http://www.JetCityOrange.com/RSS/item0002</guid>
      <author>JetCityOrange@gmail.com (Jerry Whiting)</author>
    </item>

    <!-- an older feed post -->
    <item>
      <title>RSS, the movie</title>
      <description>Learn about RSS and how to use it to publish and syndication content. RSS is one of the web's unsung heros.</description>
      <link>http://www.JetCityOrange.com/RSS/</link>
      <author>JetCityOrange@gmail.com (Pat Tite)</author>
      <guid>http://www.JetCityOrange.com/RSS/item0001</guid>
    </item>

    <!-- the oldest feed entries are at the bottom -->
    <!-- yes, RSS feed files are LIFO stacks -->

  </channel>
</rss> 
