Skip to content

Instantly share code, notes, and snippets.

@mattbasta
Last active August 29, 2015 14:25
Show Gist options
  • Save mattbasta/bee76e54c28a23066976 to your computer and use it in GitHub Desktop.
Save mattbasta/bee76e54c28a23066976 to your computer and use it in GitHub Desktop.
<?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 ç&apos;s ü&apos;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