Well if someone how this works tht would be cool.
I made a simple sitemap file for my site, and the Google tools agree on the syntax but it does not seem to do anything.
I wanted it to look like a google search for slicehost where ou get a main link and sublinks nicely organised.
Anyone who has done that ?
@+Maarten,

 
 <?xml version="1.0" encoding="UTF-8" ?>
- <urlset xmlns="
http://www.sitemaps.org/schemas/sitemap/0.9">
- <url>
  <loc>http://stakepoint.com/</loc>
  <lastmod>2010-04-13</lastmod>
  <changefreq>monthly</changefreq>
  <priority>0.8</priority>
  </url>
- <url>
  <loc>http://stakepoint.com/multiuser</loc>
  <lastmod>2010-04-13</lastmod>
  <priority>0.3</priority>
  </url>
- <url>
  <loc>http://stakepoint.com/advantages</loc>
  </url>
- <url>
  <loc>http://stakepoint.com/download</loc>
  <lastmod>2010-04-13</lastmod>
  <changefreq>monthly</changefreq>
  <priority>0.3</priority>
  </url>
- <url>
  <loc>http://stakepoint.com/help</loc>
  <priority>0.3</priority>
  </url>
- <url>
  <loc>http://stakepoint.com/news</loc>
  <lastmod>2010-04-13</lastmod>
  <changefreq>monthly</changefreq>
  <priority>0.3</priority>
  </url>
  </urlset>