Warning, /frameworks/syndication/autotests/rss2/content-g.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="iso-8859-1"?>
0002 <!-- taken from http://virtuelvis.com/archives/2004/03/11-ways-to-valid-rss -->
0003 <!-- 
0004     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
0005 
0006     Each and every feed in this suite contains only one item, and although
0007     these items claim to have a link/permalink, the permalink does not exist
0008 
0009     Test G:  content:encoded - CDATA
0010 -->
0011 <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
0012   <channel>
0013     <title>RSS 2.0 content test G</title>
0014     <link>http://www.example.com/</link>
0015     <description>Feed Description</description>
0016     <lastBuildDate>Sun, 14 Mar 2004 19:59:12 +0100</lastBuildDate>
0017     <pubDate>Sun, 14 Mar 2004 19:59:12 +0100</pubDate>    
0018     <item>
0019       <title>content:encoded with CDATA</title>
0020       <link>http://www.example.com/a/1</link>
0021       <comments>http://www.bersvendsen.com/arkiv/207.html#comments</comments>
0022       <guid>http://www.example.com/a/1</guid>
0023       <pubDate>Sun, 14 Mar 2004 19:59:12 +0100</pubDate>
0024       
0025       <description>content:encoded with CDATA</description>
0026       <content:encoded><![CDATA[ <p>This entry contains a HTML-formatted content:encoded in CDATA.</p>
0027       
0028       <p>New paragraph &#8212; Scandinavian letters follow: &aelig; &oslash; &aring; </p> ]]></content:encoded>
0029     </item>
0030 
0031   </channel>
0032 </rss>
0033