<?xml version="1.0" encoding="UTF-8"?>
<!-- must include xmlns:itunes tag -->
<rss xmlns:itunes="http://www.itunes.com/DTDs/Podcast-1.0.dtd" version="2.0">
<channel>
<title>XboxesGalore</title>
<itunes:author>Your name</itunes:author>
<link></link>
<description>XboxesGalore - News, Games, Reviews, ...Everything</description>
<itunes:subtitle>News, Games, Reviews, ...Everything</itunes:subtitle>
<itunes:summary>Everything you need to know about xBox</itunes:summary>
<language>en-us</language>
<copyright>Acme News Corp. 2005</copyright>
<itunes:owner>
<itunes:name>Your name</itunes:name>
<itunes:email>you@mac.com</itunes:email>
</itunes:owner>
<image>
<url>http://home.comcast.net/~djdoug99/logo.gif</url>
<title>AllxBox</title>
<link>http://home.comcast.net/~djdoug99/index.hmtl</link>
</image>
<!-- the max size for rss image is 144x400 -->
<!-- iTunes allows images larger than that -->
<category>Technology</category>
<!-- categories can be nested for category/subcategory -->
<!-- there can be multiple itunes categories. the first set is the primary category/subcategory -->
<itunes:category text="Technology">
<itunes:category text="Gadgets"/>
</itunes:category>
<itunes:category text="Politics" />
<itunes:category text="Technology">
<itunes:category text="News"/>
</itunes:category>
<item>
<title>AllxBox 7/5/05</title>
<itunes:author>Don</itunes:author>
<description>All you need to know about bungies popular title Halo 2</description>
<itunes:subtitle>XboxesGalore - Halo 2</itunes:subtitle>
<itunes:summary>All you need to know about Halo 2</itunes:summary>
<enclosure url="http://home.comcast.net/~djdoug99/episode1.mp3" length="8727310" type="x-audio/mp3" />
<guid>http://home.comcast.net/~djdoug99/episode1.mp3</guid>
<category>Technology</category>
<itunes:category text="Technology">
<itunes:category text="Gadgets"/>
</itunes:category>
<itunes:explicit>no</itunes:explicit>
<itunes:duration>7:04</itunes:duration>
<itunes:keywords>this session's keywords</itunes:keywords>
</item>
</channel>
</rss>