mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 10:52:53 +00:00
33 lines
1.4 KiB
XML
33 lines
1.4 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- taken from http://virtuelvis.com/archives/2004/03/11-ways-to-valid-rss -->
|
|
<!--
|
|
This is a RSS 2.0 test feed part of a suite created with the purpose of identifying various ways of specifying descriptions and full body content
|
|
|
|
Each and every feed in this suite contains only one item, and although
|
|
these items claim to have a link/permalink, the permalink does not exist
|
|
|
|
Test G: content:encoded - CDATA
|
|
-->
|
|
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
|
<channel>
|
|
<title>RSS 2.0 content test G</title>
|
|
<link>http://www.example.com/</link>
|
|
<description>Feed Description</description>
|
|
<lastBuildDate>Sun, 14 Mar 2004 19:59:12 +0100</lastBuildDate>
|
|
<pubDate>Sun, 14 Mar 2004 19:59:12 +0100</pubDate>
|
|
<item>
|
|
<title>content:encoded with CDATA</title>
|
|
<link>http://www.example.com/a/1</link>
|
|
<comments>http://www.bersvendsen.com/arkiv/207.html#comments</comments>
|
|
<guid>http://www.example.com/a/1</guid>
|
|
<pubDate>Sun, 14 Mar 2004 19:59:12 +0100</pubDate>
|
|
|
|
<description>content:encoded with CDATA</description>
|
|
<content:encoded><![CDATA[ <p>This entry contains a HTML-formatted content:encoded in CDATA.</p>
|
|
|
|
<p>New paragraph — Scandinavian letters follow: æ ø å </p> ]]></content:encoded>
|
|
</item>
|
|
|
|
</channel>
|
|
</rss>
|
|
|