Last active
November 18, 2015 18:46
-
-
Save gEndelf/6df70da13d7a5e161e02 to your computer and use it in GitHub Desktop.
This file contains 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"?> | |
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | |
<channel> | |
<title>Example Channel</title> | |
<link>http://example.com/</link> | |
<description>My example channel</description> | |
<item> | |
<title>News#2</title> | |
<link>http://example.com/2</link> | |
<description><![CDATA[<img src="http://www.joomlaworks.net/images/demos/galleries/abstract/9.jpg"/>]]></description> | |
<guid>http://example.com/2</guid> | |
<pubDate>Mon, 16 Nov 2015 20:30:32 +0100</pubDate> | |
</item> | |
<item> | |
<title>News#1</title> | |
<description>News#1</description> | |
<link>http://example.com/1</link> | |
<guid>http://example.com/1</guid> | |
<pubDate>Mon, 9 Nov 2015 15:30:32 +0100</pubDate> | |
</item> | |
</channel> | |
</rss> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment