1.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
       ---
       1.xml (300B)
       ---
            1 <?xml version="1.0"?>
            2 <rss version="2.0">
            3   <channel>
            4    <item>
            5      <title>item 1</title>
            6      <link>https://a/</link>
            7      <description>abc</description>
            8    </item>
            9    <item>
           10      <title>item 2</title>
           11      <link>https://a/</link>
           12      <description>abc</description>
           13    </item>
           14   </channel>
           15 </rss>