IE says "the name beginns with a wrong sign"
'http://www.example.com/sitemap.xml'. Z...
--^
Actually, the error is the " character that is swapped with the > character. <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9>" should be <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">.
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9>"
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
This has been fixed in CVS.
Thanks for your report, and for giving all the informations useful to resolve this issue.
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
avpadernoActually, the error is the " character that is swapped with the > character.
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9>"should be<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">.Comment #2
avpadernoThis has been fixed in CVS.
Thanks for your report, and for giving all the informations useful to resolve this issue.