Last active
August 29, 2015 14:25
-
-
Save mattbasta/bee76e54c28a23066976 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" encoding="utf-8"?> | |
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"> | |
<channel> | |
<title>Test</title> | |
<link>http://example.com</link> | |
<description>Just a RSS test</description> | |
<itunes:image foo="bar" /> | |
<item> | |
<title>A title with some ç's ü's</title> | |
<link>http://example.com/test</link> | |
<description>Item description</description> | |
</item> | |
</channel> | |
</rss> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment