wrong stylesheet reference
« on: December 02, 2014, 02:15:18 PM »
The XML sitemap created by the standalone generator is creating a stylesheet reference that’s always wrong:

Code: [Select]
<?xml-stylesheet type="text/xsl" href="https://domain.com//pages/mods/sitemap.xsl"?>
First of all, it's calling the file via https:// and it should do so via http://
Secondly, because it adds two slashes in the URL it leads to an error page

Is there something we can do to fix this?
Re: wrong stylesheet reference
« Reply #1 on: December 03, 2014, 07:04:25 AM »
Hello,

you can hardcode stylesheet link in generator/pages/mods/sitemap_xml_tpl.xml file.