1 <?xml version="1.0" encoding="utf-8"?>
2 <feed xmlns="http://www.w3.org/2005/Atom">
3 <link href="http://example.org/" />
4 <link href="http://example.org/feed.xml" rel="self" />
5 <title type="html">Yet another blog</title>
6 <author><name>Joe Sixpack</name></author>
7 <id>urn:uuid:IGNORE</id>
8 <updated>IGNORE</updated>
11 <title type="html">foo <em>bar</em> <strong>baz</strong></title>
12 <id>urn:uuid:IGNORE</id>
13 <updated>IGNORE</updated>
14 <published>IGNORE</published>
15 <link href="http://example.org/test.html" />
17 <p>foo</p>
22 <title type="html">foo</title>
23 <id>urn:uuid:IGNORE</id>
24 <updated>IGNORE</updated>
25 <published>IGNORE</published>
26 <link href="http://example.org/bar%20baz.html" />
28 <p>bar</p>
33 <title type="html">a title with some nasty characters: &amp;&lt;&gt;&quot;'</title>
34 <id>urn:uuid:IGNORE</id>
35 <updated>IGNORE</updated>
36 <published>IGNORE</published>
37 <link href="http://example.org/foo.html" />
39 <p>this text contains some special characters: '&quot;&gt;&lt;&amp;</p>
40 <p>and more than one paragraph</p>