Hi,
I’ve used the Sitemap Generator successfully with two other sites, but am unable to make it work with my new one. All 3 are frame-based sites so seems like that can’t be the problem. What happens is that it only finds the initial URL and not any of the pages, so the XML looks like this (NB my site is not really called "mysite.com").
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://www.mysite.com/</loc>
<lastmod>2007-06-11T18:59:20-07:00</lastmod>
</url>
</urlset>
When crawling the Crawler tab just flashes "connecting" then finishes immediately.
I’ve tried setting various parameters and nothing changes.
What am I doing wrong?
Thanks for any help you can give!
Elisabeth

I am not sure what your URL is, but this sitemap generator issue is usually caused by:
A frame that redirects to a sitename without the www, for example, www.mysite.com points to mysite.com – you can tell if this is the case by entering your url with and without the www.
The second cause is an improperly formatted webpage. Missing head tags, body tags, etc.
Try those and let me know if that solves your problem and if not, then let me know your url and I’ll take a look.
Regards,
Jim.