31 lines
940 B
XML
31 lines
940 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<rss version="2.0">
|
|
<channel>
|
|
<title>RSS Title</title>
|
|
<description>This is an example of an RSS feed</description>
|
|
<link>http://www.someexamplerssdomain.com/main.html</link>
|
|
<lastBuildDate>Mon, 06 Sep 2010 00:01:00 +0000</lastBuildDate>
|
|
<pubDate>Mon, 06 Sep 2009 16:45:00 +0000</pubDate>
|
|
<ttl>1800</ttl>
|
|
|
|
<item>
|
|
<title>Example entry</title>
|
|
<description>Here is some text containing an interesting
|
|
description.</description>
|
|
<link>http://www.wikipedia.org/</link>
|
|
<guid>unique string per item</guid>
|
|
<pubDate>Mon, 06 Sep 2009 16:45:00 +0000</pubDate>
|
|
</item>
|
|
|
|
<item>
|
|
<title>Example entry with unparsable pubDate</title>
|
|
<description>Here is some text containing an interesting
|
|
description.</description>
|
|
<link>http://www.wikipedia.org/</link>
|
|
<guid>1199152f-ea0e-4233-85d0-181002f424d7</guid>
|
|
<pubDate>This pubDate is not parsable.</pubDate>
|
|
</item>
|
|
|
|
</channel>
|
|
</rss>
|