The XML sitemap created by the standalone generator is creating a stylesheet reference that’s always wrong:
<?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?