Salve a tutti, tramite php ho creato in outup un file xml che successivamente ho passato a web master tools, ma quest'ultimo mi da errore e non riesco a capire dove, le pagine mappate sono circa 37000, ve ne mando un stralcio:

codice:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
<url>
<loc>http://www.italien.travel/</loc>
<lastmod>2011-02-23</lastmod>
<changefreq>monthly</changefreq>
<priority>1</priority>
</url>
<url>
<loc>http://www.italien.travel/index.php</loc>
<lastmod>2011-02-23</lastmod>
<changefreq>monthly</changefreq>
<priority>1</priority>
</url>
<url>
<loc>http://www.italien.travel/kontact.php</loc>
<lastmod>2011-02-23</lastmod>
<changefreq>monthly</changefreq>
<priority>1</priority>
</url>
<url>
<loc>http://www.italien.travel/region-1-Abruzzen.html</loc>
<lastmod>2011-02-23</lastmod>
<changefreq>monthly</changefreq>
<priority>1</priority>
</url>
<url>
<loc>http://www.italien.travel/tophotels-...-Abruzzen.html</loc>
<lastmod>2011-02-23</lastmod>
<changefreq>monthly</changefreq>
<priority>1</priority>
</url>
<url>
<loc>http://www.italien.travel/region-2-Basilikata.html</loc>
<lastmod>2011-02-23</lastmod>
<changefreq>monthly</changefreq>
<priority>1</priority>
</url>
<url>
<loc>http://www.italien.travel/tophotels-...asilikata.html</loc>
<lastmod>2011-02-23</lastmod>
<changefreq>monthly</changefreq>
<priority>1</priority>
.
.
.
</url>
</urlset>
</url>