Hi, i am just testing the googlesitemaps module for SS 3.2. There is a problem to get a valid .xml because of the $Priority. in my sitemap.xml $Priority is not correctely formated as a float: <priority>0,9</priority>.
In my _config.php i have set: setlocale (LC_ALL, 'de_DE@euro', 'de_DE.UTF-8', 'de_DE', 'de', 'ge');
Is there a way to set setlocale(LC_NUMERIC, 'en_US') just for the sitemap.xml?
Also ther is an error in GoogleSitemap.ss instead of <% if $ChangeFreq %><changefreq>$ChangeFreq</changefreq><% end_if %> it should be: <% if $getChangeFrequency %><changefreq>$getChangeFrequency</changefreq><% end_if %>.
Hope, that someone can help.
Greetings, Carsten.