<rss version="2.0" xmlns:mirror="http://www.soot-n-smoke.com/tsayles/schemas/rss/mirror">
	<channel>
	<title>Example RSS Feed</title>
	<link>http://example.com/</link>
	<description>This is what an RSS feed could look like.</description>
		<item>
			<title>Mirror Tags Example</title>
			<link>
				http://main.example.com/html/test.html
			</link>
			<description>Example of enclosure with mirrors</description>
			<guid isPermaLink="false">1234@http://example.com/</guid>
			<enclosure url="http://main.example.com/mp3/test.mp3" length="12345678" type="audio/mpeg">
				<mirror:format url="http://main.example.com/mp3/test.ogg" length="12468024" type="application/ogg"/>

				<mirror:format url="http://main.example.com/mp3/test_hifi.mp3" length="24680135" type="audio/mpeg" />

				<mirror:format url="http://main.example.com/mp3/test.torrent" length="2468" type="application/x-bittorrent" />

				<mirror:location url="http://mirror.example.com/main/mp3/test.mp3" length="12345678" type="audio/mpeg" trustLevel="10" />

				<mirror:location url="ftp://foo.org/mirrors/example.com/mp3/test.mp3" length="12345678" type="audio/mpeg" trustLevel="50" />

				<mirror:location url="http://bar.com/podcasts/test.mp3" length="12345678" type="audio/mpeg" trustLevel="100" />

				<mirror:addMirror  domain="main.example.com" port="80" path="/RPC2" registerProcedure="xmlStorageSystem.rssAddMirror" protocol="xml-rpc" />

			</enclosure>
		</item>
	</channel>
</rss>

