URI:
       guid_ispermalink_attr_multiple.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_ispermalink_attr_multiple.xml (379B)
       ---
            1 <item>
            2 <guid ispermalink="false" ispermalink="true">guid</guid>
            3 </item>
            4 
            5 <item>
            6 <guid ispermalink="true" ispermalink="false">guid</guid>
            7 </item>
            8 
            9 <item>
           10 <guid ispermalink="false" ispermalink="wrong">guid</guid>
           11 </item>
           12 
           13 <!-- note: the last attribute is treated as "false" (non-"true") here, not ignored -->
           14 <item>
           15 <guid ispermalink="true" ispermalink="wrong">guid</guid>
           16 </item>