home · contact · privacy
Clean up heading logic for .rst and .md interpretation.
[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 &lt;h2 id=&quot;bar&quot;&gt;bar&lt;/h2&gt;
19 &lt;p&gt;baz&lt;/p&gt;
20 </content>
21 </entry>
22
23 <entry>
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" />
29 <content type="html">
30 &lt;h2 id=&quot;bar&quot;&gt;bar&lt;/h2&gt;
31 &lt;p&gt;bar&lt;/p&gt;
32 &lt;h3 id=&quot;bar-1&quot;&gt;bar&lt;/h3&gt;
33 &lt;p&gt;bar&lt;/p&gt;
34 </content>
35 </entry>
36
37 <entry>
38 <title type="html">a title with some nasty characters: &amp;amp;&amp;lt;&amp;gt;&amp;quot;&#x27; %BODY%</title>
39 <id>urn:uuid:IGNORE</id>
40 <updated>IGNORE</updated>
41 <published>IGNORE</published>
42 <link href="http://example.org/foo.html" />
43 <content type="html">
44 &lt;p&gt;this text contains some special characters: /;%&#x27;&amp;quot;&amp;gt;&amp;lt;&amp;amp;äöüß&lt;/p&gt;
45 &lt;h2 id=&quot;some-sub-heading&quot;&gt;some sub-heading&lt;/h2&gt;
46 &lt;p&gt;and more than one paragraph&lt;/p&gt;
47 &lt;h2 id=&quot;another-sub-heading&quot;&gt;another sub-heading&lt;/h2&gt;
48 &lt;p&gt;note that should be ignored but \ should give a backlash&lt;/p&gt;
49 </content>
50 </entry>
51
52 </feed>