blob: 6bbe1c33b26897258a21b126f7174e23f9897b63 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>Mock Feed</title>
<link>http://localhost:9000/mock_feed.xml</link>
<description>A mock feed for testing purposes</description>
<item>
<title>Mock Item 1</title>
<link>http://localhost:9000/item1</link>
<description>This is the first mock item.</description>
<pubDate>Mon, 06 Sep 2024 16:45:00 +0000</pubDate>
<guid>http://localhost:9000/item1</guid>
</item>
<item>
<title>Mock Item 2</title>
<link>http://localhost:9000/item2</link>
<description>This is the second mock item.</description>
<pubDate>Mon, 06 Sep 2024 16:40:00 +0000</pubDate>
<guid>http://localhost:9000/item2</guid>
</item>
</channel>
</rss>
|