link_prio.xml - sfeed_tests - sfeed tests and RSS and Atom files | |
git clone git://git.codemadness.org/sfeed_tests | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
link_prio.xml (301B) | |
--- | |
1 <!-- sfeed handles multiple link types with priorities, | |
2 link has higher priority over guid --> | |
3 <rss> | |
4 <channel> | |
5 | |
6 <item> | |
7 <guid ispermalink="true">https://a/</guid> | |
8 <link>https://b/</link> | |
9 </item> | |
10 | |
11 <item> | |
12 <link>https://b/</link> | |
13 <guid ispermalink="true">https://a/</guid> | |
14 </item> | |
15 | |
16 </channel> | |
17 </rss> |