enclosure.xml - sfeed_tests - sfeed tests and RSS and Atom files | |
git clone git://git.codemadness.org/sfeed_tests | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
enclosure.xml (479B) | |
--- | |
1 <rss> | |
2 <channel> | |
3 | |
4 <item> | |
5 <enclosure url="http://a/" /> | |
6 </item> | |
7 | |
8 <!-- from https://validator.w3.org/feed/docs/rss2.html --> | |
9 <item> | |
10 <enclosure url="http://www.scripting.com/mp3s/weatherReportSuite.mp3" le… | |
11 </item> | |
12 | |
13 <item> | |
14 <enclosure url="http://www.scripting.com/mp3s/weatherReportSuite.mp3" ty… | |
15 </item> | |
16 | |
17 <item> | |
18 <enclosure url="http://www.scripting.com/mp3s/weatherReportSuite.mp3" le… | |
19 </item> | |
20 | |
21 </channel> | |
22 </rss> |