Warning, /frameworks/syndication/autotests/atom/wordpress2_atom03_example.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="utf-8"?><feed version="0.3"
0002   xmlns="http://purl.org/atom/ns#"
0003   xmlns:dc="http://purl.org/dc/elements/1.1/"
0004   xml:lang="en"
0005     >
0006     <!-- properties:
0007           - Atom 0.3 by wordpress 2.0.1 
0008           - title, summary and content as CDATA
0009           -->
0010         <title>Foobar's Weblog</title>
0011         <link rel="alternate" type="text/html" href="http://www.foobar.de/wordpress" />
0012         <tagline>Some tagline here</tagline>
0013         <modified>2006-03-17T19:47:19Z</modified>
0014         <copyright>Copyright 2006</copyright>
0015         <generator url="http://wordpress.org/" version="2.0.1">WordPress</generator>
0016                         <entry>
0017                 <author>
0018                         <name>Foobar</name>
0019                 </author>
0020                 <title type="text/html" mode="escaped"><![CDATA[Some title]]></title>
0021                 <link rel="alternate" type="text/html" href="http://www.foobar.de/wordpress/archives/2006/03/17/some-title/" />
0022                 <id>http://www.foobar.de/wordpress/archives/2006/03/17/some-title/</id>
0023                 <modified>2006-03-17T19:44:36Z</modified>
0024                 <issued>2006-03-17T19:44:36Z</issued>
0025                 
0026         <dc:subject>asubject</dc:subject><dc:subject>anothersubject</dc:subject> 
0027                 <summary type="text/plain" mode="escaped"><![CDATA[Some funky plain text
0028 
0029 ]]></summary>
0030                 <content type="text/html" mode="escaped" xml:base="http://www.foobar.de/wordpress/archives/2006/03/17/some-title/"><![CDATA[<p>I like <a href="http://somewhere.com">this</a> a lot.</p>
0031 ]]></content>
0032 <enclosure url='http://www.somewhere.com/somwhere.mp3' length='4101088' type='audio/mpeg'/>
0033         </entry>
0034         </feed>