URI:
       enclosure_url_multiple.xml - sfeed_tests - sfeed tests and RSS and Atom files
  HTML git clone git://git.codemadness.org/sfeed_tests
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       enclosure_url_multiple.xml (236B)
       ---
            1 <rss>
            2 <channel>
            3 
            4 <item>
            5 <enclosure url="http://a/" url="http://b/" />
            6 </item>
            7 
            8 <item>
            9 <enclosure url="http://c/" url="http://d/" />
           10 </item>
           11 
           12 <item>
           13 <enclosure url="http://e/" />
           14 <enclosure url="http://f/" />
           15 </item>
           16 
           17 </channel>
           18 </rss>
           19