Created
August 31, 2012 14:26
-
-
Save simonmcmanus/3553487 to your computer and use it in GitHub Desktop.
rsstester
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<rss version="2.0"> | |
<channel> | |
<title>RSS Example</title> | |
<description>This is an example of an RSS feed</description> | |
<link>http://www.domain.com/link.htm</link> | |
<lastBuildDate>Mon, 28 Aug 2006 11:12:55 -0400 </lastBuildDate> | |
<pubDate>Tue, 29 Aug 2006 09:00:00 -0400</pubDate> | |
<item> | |
<title>Item Example</title> | |
<description>This is an example of an Item</description> | |
<link>http://www.domain.com/link.htm</link> | |
<guid isPermaLink="false"> 1102345</guid> | |
<pubDate>Tue, 29 Aug 2006 09:00:00 -0400</pubDate> | |
</item> | |
</channel> | |
</rss> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment