guid_mixed.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
       ---
       guid_mixed.xml (262B)
       ---
            1 <rss>
            2 <channel>
            3 
            4 <item>
            5 <guid isPermaLink="false">https://def/</guid>
            6 </item>
            7 
            8 <item>
            9 <guid>https://abc/</guid>
           10 </item>
           11 
           12 <item>
           13 <guid isPermaLink="true">https://ghi/</guid>
           14 </item>
           15 
           16 <item>
           17 <guid ispermalink="false">https://jkl/</guid>
           18 </item>
           19 
           20 </channel>
           21 </rss>