Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Did you know that
Elxis 5.x
uses HTML5, CSS3 and pure javascript without external libraries such as jQuery?
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Components
»
Sitemap or Sitemap index file doesn't properly declare the namespace
« previous
next »
Print
Pages: [
1
]
Author
Topic: Sitemap or Sitemap index file doesn't properly declare the namespace (Read 4632 times)
chongbing
Full Member
Posts: 137
Sitemap or Sitemap index file doesn't properly declare the namespace
«
on:
September 12, 2015, 14:13:10 »
Hi datahell,
It seems has an issue with sitemap, the screenshot as below. Do you know how to fix it ? Thanks
Sitemap: /sitemap/sitemap.xml
url:http://easyapps.biz/
Logged
Make it a better world,
https://EasyApps.Biz
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Sitemap or Sitemap index file doesn't properly declare the namespace
«
Reply #1 on:
September 13, 2015, 19:51:02 »
The validator shows that the sitemap is fine...
You can try the following.
open this file :
components/com_sitemap/views/generator.html.php
Change line 32 from this:
$buffer .= '<urlset xmlns="
http://www.sitemaps.org/schemas/sitemap/0.9
" xmlns:xhtml="
http://www.w3.org/TR/xhtml11/xhtml11_schema.html
">'."\n";
To this:
$buffer .= '<urlset xmlns="
http://www.sitemaps.org/schemas/sitemap/0.9
" xmlns:xhtml="
http://www.w3.org/1999/xhtml
">'."\n";
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
chongbing
Full Member
Posts: 137
Re: Sitemap or Sitemap index file doesn't properly declare the namespace
«
Reply #2 on:
September 13, 2015, 21:02:43 »
Hi datahell,
It seems work now. I'll do more test.
Thanks a lot.
Logged
Make it a better world,
https://EasyApps.Biz
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Extensions
»
Components
»
Sitemap or Sitemap index file doesn't properly declare the namespace