home · contact · privacy
Add HTML templating, extend tests.
[redo-blog] / test / test_files / feed.xml.ignoring
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>
9
10 <entry>
11 <title type="html">foo &lt;em&gt;bar&lt;/em&gt; &lt;strong&gt;baz&lt;/strong&gt;</title>
12 <id>urn:uuid:IGNORE</id>
13 <updated>IGNORE</updated>
14 <published>IGNORE</published>
15 <link href="http://example.org/test.html" />
16 <content type="html">
17 &lt;p&gt;foo&lt;/p&gt;
18 </content>
19 </entry>
20
21 <entry>
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" />
27 <content type="html">
28 &lt;p&gt;bar&lt;/p&gt;
29 </content>
30 </entry>
31
32 <entry>
33 <title type="html">a title with some nasty characters: &amp;amp;&amp;lt;&amp;gt;&amp;quot;&#x27; %BODY%</title>
34 <id>urn:uuid:IGNORE</id>
35 <updated>IGNORE</updated>
36 <published>IGNORE</published>
37 <link href="http://example.org/foo.html" />
38 <content type="html">
39 &lt;p&gt;this text contains some special characters: /;%&#x27;&amp;quot;&amp;gt;&amp;lt;&amp;amp;äöüß&lt;/p&gt;
40 &lt;p&gt;and more than one paragraph&lt;/p&gt;
41 &lt;p&gt;note that should be ignored but \ should give a backlash&lt;/p&gt;
42 </content>
43 </entry>
44
45 </feed>