<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Title of the channel goes here. It's like a topic.</title>
  <link>http://www.LinkToYourXMLfile.xml</link>
  <atom:link href="http://www.LinkToYourXMLfile.xml" rel="self" type="application/rss+xml" />
  <language>en-gb</language>
  <pubDate>Fri, 09 Nov 2007 15:58:45 GMT</pubDate>
  <copyright>© name</copyright>
  <itunes:subtitle>Series Subtitle</itunes:subtitle>
  <itunes:author>Author's name</itunes:author>
  <description>What is the podcast about</description>
  <itunes:category text="Education"/>
  <itunes:summary>Summary of your feed. Could be the same as description. </itunes:summary>
  <itunes:explicit>no</itunes:explicit>
  <itunes:owner>
   <itunes:name>Name of the podcast</itunes:name>
   <itunes:email>name@email.com</itunes:email>
  </itunes:owner>
  <image>
      <url>http://www.LinkToLogoThatRepresentsPodcast.gif</url>
      <title>Title of the channel goes here. It's like a topic.</title>
      <link>http://www.LinkToYourXMLfile.xml</link>
      <width>70</width>
      <height>40</height>
  </image>
      <item>
        <title>Title 1 of the item 1</title>
        <link>http://www.PreciseWebAddresOfThePodcast1.mp3</link>
        <itunes:author>Podcast' Author 1</itunes:author>
        <itunes:subtitle>Audio file' name</itunes:subtitle>
        <description>Description of the item 1</description>
        <itunes:summary> Summary of the item 1. Could be the same as description </itunes:summary>
        <enclosure url="http://www.precise_web_address.co.uk/of_the_podcast/podcast_filename1.mp3" length="157220" type="audio/mpeg"/>
        <guid>http://podcast.lgfl.org.uk/channels/item801</guid>
        <pubDate>Fri, 09 Nov 2007 15:58:45 GMT</pubDate>
        <itunes:duration>2:45</itunes:duration>
        <itunes:keywords>Literacy</itunes:keywords>
      </item>
      <item>
        <title>Title 2 of the item 2</title>
        <link>http://www.PreciseWebAddresOfThePodcast2.mp3</link>
        <itunes:author>Podcast' Author 2</itunes:author>
        <itunes:subtitle>Audio file' name</itunes:subtitle>
        <description>Description of the item 2</description>
        <itunes:summary> Summary of the item 2. Could be the same as description </itunes:summary>
        <enclosure url="http://www.precise_web_address.co.uk/of_the_podcast/podcast_filename2.mp3" length="348240" type="audio/mpeg"/>
        <guid>http://podcast.lgfl.org.uk/channels/item802</guid>
        <pubDate>Fri, 09 Nov 2007 15:58:45 GMT</pubDate>
        <itunes:duration>3:18</itunes:duration>
        <itunes:keywords>Music</itunes:keywords>
      </item>
</channel>
</rss>

