rss_channel.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
       ---
       rss_channel.xml (160B)
       ---
            1 <rss>
            2 
            3 <!-- without channel -->
            4 <item>
            5 <title>test 1</title>
            6 </item>
            7 
            8 
            9 <channel>
           10 <!-- with channel -->
           11 <item>
           12 <title>test 2</title>
           13 </item>
           14 
           15 </channel>
           16 
           17 </rss>