2.xml - sfeed_tests - sfeed tests and RSS and Atom files | |
git clone git://git.codemadness.org/sfeed_tests | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
2.xml (304B) | |
--- | |
1 <?xml version="1.0"?> | |
2 <rss version="2.0"> | |
3 <channel> | |
4 <item> | |
5 <title>item 1</title> | |
6 <link>https://a/</link> | |
7 <description>abc 2</description> | |
8 </item> | |
9 <item> | |
10 <title>item 2</title> | |
11 <link>https://a/</link> | |
12 <description>abc 2</description> | |
13 </item> | |
14 </channel> | |
15 </rss> |