URI:
       guid_multiple_id.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
       ---
       guid_multiple_id.xml (1237B)
       ---
            1 <rss>
            2 <channel>
            3 
            4 <!-- link should be f (tag link has more preference), id is "b" -->
            5 <item>
            6         <guid ispermalink="false">https://a/</guid>
            7         <guid ispermalink="true">https://b/</guid>
            8         <guid ispermalink="true">https://c/</guid>
            9         <guid ispermalink="false">https://d/</guid>
           10         <guid ispermalink="false">https://e/</guid>
           11         <link>https://f/</link>
           12 </item>
           13 
           14 <!-- link should be b, id is "a" -->
           15 <item>
           16         <link>https://b/</link>
           17         <guid ispermalink="true">https://a/</guid>
           18 </item>
           19 
           20 <!-- link should be "b", guid is "a" -->
           21 <item>
           22         <guid ispermalink="true">https://a/</guid>
           23         <link>https://b/</link>
           24 </item>
           25 
           26 <!-- link should be "c", guid should be "c" -->
           27 <item>
           28         <guid ispermalink="true">https://c/</guid>
           29         <guid ispermalink="false">https://a/</guid>
           30         <guid ispermalink="true">https://b/</guid>
           31 </item>
           32 
           33 <!-- link should be "b", guid should be "b" -->
           34 <item>
           35         <guid ispermalink="false">https://a/</guid>
           36         <guid ispermalink="true">https://b/</guid>
           37 </item>
           38 
           39 <!-- link should be "b", guid should be "b" -->
           40 <item>
           41         <guid ispermalink="true">https://b/</guid>
           42         <guid ispermalink="false">https://a/</guid>
           43 </item>
           44 
           45 </channel>
           46 </rss>