guid_permalink_false.xml - sfeed_tests - sfeed tests and RSS and Atom files | |
git clone git://git.codemadness.org/sfeed_tests | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
guid_permalink_false.xml (226B) | |
--- | |
1 <!-- ispermalink should not be handled as a link but only as an ID. --> | |
2 <rss> | |
3 <channel> | |
4 <item> | |
5 <guid ispermalink="false">https://a/</guid> | |
6 </item> | |
7 | |
8 <item> | |
9 <guid ispermalink="FALSE">https://a/</guid> | |
10 </item> | |
11 | |
12 </channel> | |
13 </rss> |