1<?xml version="1.0" encoding="utf-8"?>
2<rss version="2.0">
3  <channel>
4    <title>Foo</title>
5  </channel>
6  <item>
7    <title>Blah blah blah</title>
8    <description>
9      <p>This &lt;description&gt; is raw HTML pasted without care.</p>
10      <pre>
11say 'It contains a code sample';
12# which just stops in the mi
13    </description>
14  </item>
15</rss>
16