link.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.xml (167B)
---
1 <!-- In RSS a <link> is a inner value, in Atom it is an attribute value -->
2 <rss>
3 <channel>
4 <item>
5 <link>https://some/?link&stuff</link>
6 </item>
7 </channel>
8 </rss>