Hello,
did you modify any settings in sitemap generator config or there are default options used?
Cut and paste from the config.inc.php. Hope this helps.
<?php
$grab_parameters = array(
'xs_inc_skip' => '\\.(pdf|doc|txt|rtf)',
'xs_exc_skip' => '\\.(zip|m4v|rar|tar|bz2|tgz|exe|gif|jpg|png|class|jar|mpeg|mpg|mp3|wav|mp4|avi|wmv|gz|mov|mid|ra|ram)',
'xs_proto_skip' => '(\\#|mms:|mailto:|https:|javascript:|ftp:|news:|aim:)',
'xs_exec_time' => '0',
'xs_cache' => '',
'xs_max_pages' => '0',
'xs_initurl' => '[ External links are visible to forum administrators only ].*****.com',
'xs_freq' => 'daily',
'xs_lastmod' => '1',
'xs_lastmodtime' => '2005-06-30 19:35:14',
'xs_priority' => '1.0',
'xs_descpriority' => '0.8',
'xs_autopriority' => '1',
'xs_smname' => '/home/website/public_html/sitemap.xml',
'xs_smurl' => '[ External links are visible to forum administrators only ].*****.com/sitemap.xml',
'xs_gping' => '1',
'xs_yping' => '1',
'xs_makehtml' => '1',
'xs_maketxt' => '1',
'xs_makeror' => '1',
'xs_makebase' => '0',
'xs_compress' => '1',
'xs_excl_urls' => '****list removed*****',
'xs_notconfigured' => '0',
'xs_login' => '*****',
'xs_password' => '*****',
'xs_savestate_time' => '180',
'xs_ipconnection' => '',
'xs_portconnection' => '',
'xs_sm_size' => '40000',
'xs_sm_text_filename' => '',
'xs_sm_text_url' => '',
'xs_cleanurls' => '',
'xs_usecurl' => '0',
'xs_robotstxt' => '1',
'xs_dumptype' => 'serialize',
'xs_cleanpar' => 'PHPSESSID|sid|osCsid',
'xs_chlogorder' => 'asc',
'xs_exclude_check' => '1',
'xs_dateformat' => 'Y, F j',
'xs_allow_httpcode' => '',
'xs_chlog' => '0',
'xs_htmlname' => '/home/website/public_html/sitemap.html',
'xs_htmlpart' => '1000',
'htmlurl' => '[ External links are visible to forum administrators only ].*****.com/sitemap.html',
'xs_max_depth' => '0',
'xs_memlimit' => '0',
'xs_delay_req' => '',
'xs_delay_ms' => '',
'xs_incl_urls' => '*****list removed*****',
'xs_incl_only' => '',
'xs_ind_attr' => '',
'xs_email' => '*****@*****.com',
'xs_metadesc' => '1',);
?>