Introduction
Introduction Statistics Contact Development Disclaimer Help
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>
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.