Hi!
I installed the xmlsitemap module. The source of generated sitemap.xml (in browser):
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/sitemap.xsl"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url><loc>http://site</loc><changefreq>daily</changefreq><priority>1.0</priority></url>
</urlset>
Is it too short? Or not? Any settings are missing?