rayhab
10-20-2010, 09:31 AM
Hello,
I am currently running my xml sitemap i've created through test to make sure it's valid.
I am using http://www.xml-sitemaps.com/validate-xml-sitemap.html to validate.
The problem i keep running into is the following error message:
Schema validating with XSV 3.1-1 of 2007/12/11 16:20:05
* Target: http://www.mysite.com/sitemap.xml
(Real name: http://www.mysite.com/sitemap.xml
Length: 2748809 bytes
Last Modified: Wed, 20 Oct 2010 14:26:44 GMT
Server: Apache/2.2.3 (CentOS))
* docElt: {http://www.google.com/schemas/sitemap/0.90}urlset
* No declaration for document root found, validation was lax
* The schema(s) used for schema-validation had
no errors
* No schema-validity problems were found in the target
Schema resources involved
Attempt to load a schema document from
http://www.google.com/schemas/sitemap/0.90
(source: docElt) for
http://www.google.com/schemas/sitemap/0.90,
failed:
couldn't open
It seems that is can't open http://www.google.com/schemas/sitemap/0.90 ?
I don't think it's the problem with my xml, since i ran a test on the following and got the same error:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.google.com/schemas/sitemap/0.90">
<url>
<loc>http://www.sitemappro.com/</loc>
<lastmod>2010-01-27T23:55:42+01:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
</urlset>
Anyone have any ideas?
I am currently running my xml sitemap i've created through test to make sure it's valid.
I am using http://www.xml-sitemaps.com/validate-xml-sitemap.html to validate.
The problem i keep running into is the following error message:
Schema validating with XSV 3.1-1 of 2007/12/11 16:20:05
* Target: http://www.mysite.com/sitemap.xml
(Real name: http://www.mysite.com/sitemap.xml
Length: 2748809 bytes
Last Modified: Wed, 20 Oct 2010 14:26:44 GMT
Server: Apache/2.2.3 (CentOS))
* docElt: {http://www.google.com/schemas/sitemap/0.90}urlset
* No declaration for document root found, validation was lax
* The schema(s) used for schema-validation had
no errors
* No schema-validity problems were found in the target
Schema resources involved
Attempt to load a schema document from
http://www.google.com/schemas/sitemap/0.90
(source: docElt) for
http://www.google.com/schemas/sitemap/0.90,
failed:
couldn't open
It seems that is can't open http://www.google.com/schemas/sitemap/0.90 ?
I don't think it's the problem with my xml, since i ran a test on the following and got the same error:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.google.com/schemas/sitemap/0.90">
<url>
<loc>http://www.sitemappro.com/</loc>
<lastmod>2010-01-27T23:55:42+01:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
</urlset>
Anyone have any ideas?