|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <rss version="2.0"> |
|
3 <channel> |
|
4 <title>Channel title</title> |
|
5 <description>Channel description</description> |
|
6 <link>Channel link</link> |
|
7 <item> |
|
8 <title>Episode 1</title> |
|
9 <enclosure url="http://www.example.com/podcasts/Episode%201" length="0" type="audio/x-m4a" /> |
|
10 </item> |
|
11 <item> |
|
12 <title>Episode 2</title> |
|
13 <enclosure url="http://www.example.com/podcasts/Episode%20%232" length="0" type="audio/x-m4a" /> |
|
14 </item> |
|
15 <item> |
|
16 <title>Episode 3</title> |
|
17 <enclosure url="http://www.example.com/podcasts/Episode%20%233/" length="0" type="audio/x-m4a" /> |
|
18 </item> |
|
19 <item> |
|
20 <title>Episode 4</title> |
|
21 <enclosure url="http://www.example.com/podcasts/Is%20This%20Episode%20%234%3F" length="0" type="audio/x-m4a" /> |
|
22 </item> |
|
23 </channel> |
|
24 </rss> |