17 lines
578 B
XML
17 lines
578 B
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<rss version="2.0">
|
||
|
|
<channel>
|
||
|
|
<title>Local Demo Feed</title>
|
||
|
|
<link>https://example.com/</link>
|
||
|
|
<description>Simple local RSS fixture for file:// testing</description>
|
||
|
|
<language>en</language>
|
||
|
|
<item>
|
||
|
|
<title>Local Demo Entry</title>
|
||
|
|
<link>https://example.com/local-demo-entry</link>
|
||
|
|
<description>Hello from a local file feed.</description>
|
||
|
|
<guid isPermaLink="true">https://example.com/local-demo-entry</guid>
|
||
|
|
<pubDate>Sat, 29 Mar 2026 12:00:00 GMT</pubDate>
|
||
|
|
</item>
|
||
|
|
</channel>
|
||
|
|
</rss>
|