Schema validator crashed - can't validate simple sitemap.xml
« on: February 09, 2009, 08:03:33 PM »
Hi guys.

Trying to use on-line generator and then to validate what has been created each time I'm getting the "schema validator crashed".

here is the link to my sitemap.xml:

[ External links are visible to forum administrators only ]

and the error:


Schema validating with XSV 3.1-1 of 2007/12/11 16:20:05

Schema validator crashed

The maintainers of XSV will be notified, you don't need to
send mail about this unless you have extra information to provide.
If there are Schema errors reported below, try correcting
them and re-running the validation.

    * Target: [ External links are visible to forum administrators only ]
         (Real name: [ External links are visible to forum administrators only ]
          Length: 996 bytes
       
          Server: Apache)
    * The target was not assessed

Low-level XML well-formedness and/or validity processing output


Error: Expected whitespace after public id
 in unnamed entity at line 1 char 59 of [ External links are visible to forum administrators only ]

Re: Schema validator crashed - can't validate simple sitemap.xml
« Reply #2 on: February 10, 2009, 07:29:03 AM »
Hello,

the file you linked to doesn't seem to be an XML file.

Thanks for your replay, what do you mean?

Here is the content of the file:

<?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 ]">
<url>
<loc>[ External links are visible to forum administrators only ]</loc>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
</urlset>


Do I need to add anything else? Help! :)

Regards,
Tomek
Re: Schema validator crashed - can't validate simple sitemap.xml
« Reply #3 on: February 11, 2009, 02:58:06 AM »
When I open that file, I see the following in the source:
Code: [Select]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<title>Polska Szkola w Tiverton</title>
<meta name="keywords" content="szkola polska w anglii imieniem tadeusza korczaka szkola w tiverton south west polish Saturday school in England in UK">
<meta name="description" content="Polska Szkola Sobotnia rozpoczela swoja dzialalnosc w styczniu 2008 roku przy wspolpracy Polsko Angielskiej Organizacji w Tiverton.
Na stronie znajdziecie Panstwo wszelkie informacje dotyczace dzialania szkoly , jej organizacji oraz wszelkich uroczystosc">
<meta name="verify-v1" content="KyfS/qbsr3W2dd8EOs5C7mqb6lMNNDt8vzt7oTNymUE=">
</head>
<frameset rows="100%,*" border="0" frameborder="no" framespacing="0">
<frame name="site" src="http://63.247.92.206/files/sitemap.xml" marginwidth="0" marginheight="0" noresize scrolling="auto">
<noframes>
<body bgcolor="#ffffff">
<p></p>
</body>
</noframes>
</frameset>
</html>

i.e., your host embeds the sitemap in framed HTML file.