<?xml version="1.0" encoding="iso-8859-1"?>
<!-- 
    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 A:  CDATA in description - plaintext with HTML entities
-->
<rss version="2.0">
  <channel>
    <title>RSS 2.0 content test A</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>CDATA in description - plaintext with HTML entities</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><![CDATA[ This entry contains a description embedded in CDATA, but the content really is plain-text, apart from HTML entities.  
      
      Filler content &#8212; Scandinavian letters follow: &aelig; &oslash; &aring; ]]></description>
    </item>

  </channel>
</rss>

