<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
	<channel>
		<title>This is the slideshow title</title><!-- slideshow's title -->
		<link>http://www.your-domain.com</link><!-- external link of the slideshow. Otherwise the original slideshow feed will be taken as external link -->
		<description>This is the slideshow description</description>
		<!-- slideshow's description -->
		<category>tag1 tag2 tag3 tagn</category><!-- The keywords-tag supplies the tags for the slideshow. Spaces Or commas are valid word-delimiters -->
		<pubDate>Tue, 17 Jul 2007 07:38:02 -0800</pubDate><!-- Is disregarded -->
		<lastBuildDate>Tue, 17 Jul 2007 07:38:02 -0800</lastBuildDate>
		<!-- Is disregarded -->

		<item><!-- image 1 -->
			<title>The image title if media:title is not set</title>
			<link>http://external/image/link</link><!-- image's external link. Otherwise external link will be the image URL. -->
			<description><![CDATA[image description if media:text is not set]]></description>
			<pubDate>Tue, 17 Jul 2007 07:38:02 -0800</pubDate><!-- Is disregarded -->
			<author>author of the image</author><!-- Is disregarded -->

			<!-- The image within the media:content tag will take precedence over all other images, that might have been set in the description -->
			<media:content url="http://www.your-domain.com/image1.jpg"
				type="image/jpeg" height="750" width="1000" />
			<media:title>The image title</media:title><!-- This tag's content will become the image's  title. It's length should remain under 50 characters -->
			<media:text type="html">The image description</media:text>
			<!-- This will be the image's description. If not set, then the content of the <description>-tag -->
			<media:credit role="photographer">
				The image author
			</media:credit><!-- Is disregarded -->
			<media:keywords>tag1 tag2 tag3 tag4 tagn</media:keywords>
			<!-- The keywords-tag supplies the tags for the image. Spaces Or commas are valid word-delimiters -->
		</item>

		<item><!-- image n -->
			<title>The image title if media:title is not set</title>
			<link>http://external/image/link</link><!-- image's external link. Otherwise external link will be the image URL. -->
			<description><![CDATA[image description if media:text is not set]]></description>
			<pubDate>Tue, 17 Jul 2007 07:38:02 -0800</pubDate><!-- Is disregarded -->
			<author>author of the image</author><!-- Is disregarded -->

			<!-- The image within the media:content tag will take precedence over all other images, that might have been set in the description -->
			<media:content url="http://www.your-domain.com/image1.jpg"
				type="image/jpeg" height="750" width="1000" />
			<media:title>The image title</media:title><!-- This tag's content will become the image's  title. It's length should remain under 50 characters -->
			<media:text type="html">The image description</media:text>
			<!-- This wil be the image's description. If not set, then the content of the <description>-tag -->
			<media:credit role="photographer">
				The image author
			</media:credit><!-- Is disregarded -->
			<media:keywords>tag1 tag2 tag3 tag4 tagn</media:keywords>
			<!-- The keywords-tag supplies the tags for the image. Spaces Or commas are valid word-delimiters -->
		</item>

	</channel>
</rss>