I have several sitemaps but 1 of them is causing me a problem.
A condensed version is:-
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="[ External links are visible to forum administrators only ]"
xmlns:xsi="[ External links are visible to forum administrators only ]"
xsi:schemaLocation="
[ External links are visible to forum administrators only ]
[ External links are visible to forum administrators only ]">
<!-- created with Standalone Sitemap Generator
www.xml-sitemaps.com (10614) -->
<url>
<loc>[ External links are visible to forum administrators only ]</loc>
<priority>1.00</priority>
<changefreq>monthly</changefreq>
<lastmod>2008-08-07T14:45:55+00:00</lastmod>
</url>
</urlset>
When I try to verify I get this:-
Schema validating with XSV 3.1-1 of 2007/12/11 16:20:05
Target: [ External links are visible to forum administrators only ]
(Real name: [ External links are visible to forum administrators only ]
Server: 4UH HTTPD Server powered by Apache)
docElt: {http://www.google.com/schemas/sitemap/0.84}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 [ External links are visible to forum administrators only ] (source: docElt) for [ External links are visible to forum administrators only ], failed:
Not recognised as W3C XML Schema or RDDL: html
-----------------------------------------------------------------------------------
Can you please help, am pulling my hair out, and I dont understand why it is going to google for schemas sitemap 0.84
Nothing I do seems to cure the problem of it not validating.
Ed