home · contact · privacy
Add feed.xml test.
[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</title>
12 <id>urn:uuid:IGNORE</id>
13 <updated>IGNORE</updated>
14 <published>IGNORE</published>
15 <link href="http://example.org/bar%20baz.html" />
16 <content type="html">
17 &lt;p&gt;bar&lt;/p&gt;
18 </content>
19 </entry>
20
21 <entry>
22 <title type="html">a title with some nasty characters: &amp;amp;&amp;lt;&amp;gt;&amp;quot;&#x27;</title>
23 <id>urn:uuid:IGNORE</id>
24 <updated>IGNORE</updated>
25 <published>IGNORE</published>
26 <link href="http://example.org/foo.html" />
27 <content type="html">
28 &lt;p&gt;this text contains some special characters: &#x27;&amp;quot;&amp;gt;&amp;lt;&amp;amp;&lt;/p&gt;
29 &lt;p&gt;and more than one paragraph&lt;/p&gt;
30 </content>
31 </entry>
32
33 <entry>
34 <title type="html">foo &lt;em&gt;bar&lt;/em&gt; &lt;strong&gt;baz&lt;/strong&gt;</title>
35 <id>urn:uuid:IGNORE</id>
36 <updated>IGNORE</updated>
37 <published>IGNORE</published>
38 <link href="http://example.org/test.html" />
39 <content type="html">
40 &lt;p&gt;bar&lt;/p&gt;
41 </content>
42 </entry>
43
44 </feed>