Now supporting feeds with newest items on bottom.
[agg.git] / tests_usr / item_order_ascending.rss
blob438bd0b040232649594157015a1d961e19026673
1 <?xml version="1.0"?>
2 <rss version="2.0">
3 <channel>
4 <title>feed</title>
5 <item>
6 <title>Item 1</title>
7 <pubDate>Fri, 02 Apr 2010 12:10:00 +0200</pubDate>
8 </item>
9 <item>
10 <title>Item 2</title>
11 <pubDate>Sat, 02 Oct 2010 22:43:23 +0200</pubDate>
12 </item>
13 </channel>
14 </rss>