<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">

<channel>
<!--Everything goes in the channel tag-->
<itunes:owner><!--itunes specific. does not show publicly-->
	<itunes:name>The DJ Podcast</itunes:name>
	<itunes:email>contact@thedjpodcast.com</itunes:email>
</itunes:owner>
<itunes:category text="Music" /><!--podcast category in itunes-->
<itunes:author>TheDJPodcast.com</itunes:author><!--itunes specific-->
<itunes:explicit>no</itunes:explicit>
<itunes:image href="http://thedjpodcast.com/images/itunes.jpg" />

<title>The DJ Podcast</title><!--Podcast Title-->
<description>The DJ Podcast - A podcast for DJs that discusses the latest technology and music industry news.</description><!--Podcast Description-->
<link>http://thedjpodcast.com</link><!--Link to main webpage-->
<language>en-us</language><!--Optional, but helpful for rss readers-->
<copyright>Copyright 2009</copyright><!--This changes each year, obviously-->

<item><!--Each individial podcast item is given its own ITEM tag-->
<title>The Second Episode</title>
<itunes:author>TheDJPodcast.com</itunes:author><!--itunes specific: the Artist column in iTunes-->
<link>http://thedjpodcast.com/episodes/episode-002</link><!--Link to the page about the specific podcast-->
<guid>http://thedjpodcast.com/files/example.mp3</guid><!--Link to the specific file-->
<description>A discussion about Scratch Live v1.9 and Ableton Live 8</description><!--Description of the speciifc item-->
<enclosure url="http://thedjpodcast.com/files/example.mp3" length="109882" type="audio/mpeg"/><!--URL is the same as the URL in the GUID tag. Length is the number of bytes. TYPE follows a specific format.-->
<itunes:duration>00:04</itunes:duration><!--HH:MM:SS, H:MM:SS, MM:SS, or M:SS-->
<itunes:explicit>clean</itunes:explicit> <!--values "yes", "clean", "no" - clean and yes get icons to indicate-->
<itunes:keywords>electronic music, djing, digital dj</itunes:keywords><!--up to 12 keywords, seperated by commas-->
<itunes:subtitle>Scratch Live 1.9 and Ableton Live 8</itunes:subtitle><!--should only be a few words long. description column in itunes-->
<category>Podcasts</category><!--the category of the specific item-->
<pubDate>Fri, 15 May 2009 11:30:00 -0500</pubDate><!--Date the specific item was added-->
</item><!--End of the specific item-->


</channel>
</rss>
