link_prio.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
---
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>