xml sitemap issue
| Project: | Internationalization |
| Version: | 5.x-2.0 |
| Component: | Code |
| Category: | support request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | won't fix |
Jump to:
Hello,
The developer of the xml site map module for drupal (formerly known as google sitemaps) is unable to integrate more than one language into the site maps. This means that if you have a site in spanish and english you would only have the option of a site map showing all spanish pages or all english pages. The developer says that he doesn't understand the i18n module well enough to create a patch, and though I know that the xml site map module really isn't your jurisdiction it might be a good idea for the developers of both modules to collaborate. Both of your modules are very important, and it would be very beneficial to the international community if they could both work well together.

#1
I also support your issue, as I discovered yesterday while I was installing the new version of XML sitemaps.
My troubles are a little bigger as I have one of my sites in 3 languages.
I would really like to see an update of both modules to work together.
Thank you for your work.
#2
Hello,
I have the same problems .
I don't understand why because in the xmlsitemap.module file this function looks like to provide url like :
en/my-article
function _xmlsitemap_get_path_alias($path, $alias = NULL) {
$result = $path;
if (!empty($alias)) {
$result = $alias;
}
if (function_exists('custom_url_rewrite')) {
$result = custom_url_rewrite('alias', $result, $path);
}
if (module_exists('i18n')) {
i18n_get_lang_prefix($result, TRUE);
}
return $result;
}
So , subscribed and thanks in advense
#3
No new features for 5.x