enclosure.xml - sfeed_tests - sfeed tests and RSS and Atom files
 (HTM) git clone git://git.codemadness.org/sfeed_tests
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) 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" length="12216320" type="audio/mpeg" />
           11 </item>
           12 
           13 <item>
           14 <enclosure url="http://www.scripting.com/mp3s/weatherReportSuite.mp3" type="audio/mpeg" />
           15 </item>
           16 
           17 <item>
           18 <enclosure url="http://www.scripting.com/mp3s/weatherReportSuite.mp3" length="12216320" />
           19 </item>
           20 
           21 </channel>
           22 </rss>