Skip to content

Instantly share code, notes, and snippets.

@Behinder
Created May 4, 2017 12:13
Show Gist options
  • Save Behinder/f16f03aaf78649bb31e6e97035d47dc2 to your computer and use it in GitHub Desktop.
Save Behinder/f16f03aaf78649bb31e6e97035d47dc2 to your computer and use it in GitHub Desktop.
Wynik perla
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:admin="http://webns.net/mvcb/"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"
>
<channel>
<title>Sample RSS Feed</title>
<link>http://www.somewhere.com</link>
<description>Example Feed</description>
<item>
<title>Test</title>
<link>http://www.testitem.com</link>
<description><![CDATA[<b>How do I get this to be CDATA?</b>]]></description>
</item>
</channel>
</rss>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment