guid_permalink_invalid.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_permalink_invalid.xml (447B)
       ---
            1 <rss>
            2 <channel>
            3 
            4 <item>
            5 <!-- handled not as "true" -->
            6 <guid isPermaLink="invalid">https://a/</guid>
            7 </item>
            8 
            9 <item>
           10 <!-- handled not as "true", it must be exactly "true" (case-insensitive) -->
           11 <guid isPermaLink="1">https://a/</guid>
           12 </item>
           13 
           14 <item>
           15 <!-- handled not as "true" -->
           16 <guid isPermaLink="invalid">https://a/</guid>
           17 <!-- handled as "true" (because empty and the default is "true") -->
           18 <guid>https://b/</guid>
           19 </item>
           20 
           21 </channel>
           22 </rss>