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>
18 <h2 id="bar">bar</h2>
19 <p>baz</p>
24 <title type="html">foo</title>
25 <id>urn:uuid:IGNORE</id>
26 <updated>IGNORE</updated>
27 <published>IGNORE</published>
28 <link href="http://example.org/bar%20baz.html" />
30 <h2 id="bar">bar</h2>
31 <p>bar</p>
32 <h3 id="bar-1">bar</h3>
33 <p>bar</p>
38 <title type="html">a title with some nasty characters: &amp;&lt;&gt;&quot;' %BODY%</title>
39 <id>urn:uuid:IGNORE</id>
40 <updated>IGNORE</updated>
41 <published>IGNORE</published>
42 <link href="http://example.org/foo.html" />
44 <p>this text contains some special characters: /;%'&quot;&gt;&lt;&amp;äöüß</p>
45 <h2 id="some-sub-heading">some sub-heading</h2>
46 <p>and more than one paragraph</p>
47 <h2 id="another-sub-heading">another sub-heading</h2>
48 <p>note that should be ignored but \ should give a backlash</p>