<?PHP 
header("Content-Type: text/xml; charset=UTF-8");

echo '<?xml version="1.0" encoding="utf-8"?>';
?> 
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> 
<url>
<loc>http://www.example.com/</loc>
<lastmod>2005-01-01</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url> 
</urlset>
