| <?xml version="1.0" encoding="UTF-8"?><rss version="0.91">  <channel>    <title>Example with Entities</title>    <link>http://example.com</link>    <description>Example RSS Feed With HTML Entities in Title</description>    <language>en-us</language>    <item>      <title>Quote" Amp&</title>      <link>http://example.com/example-turns-one</link>      <description>Some text.</description>    </item>  </channel></rss>
 |