My page doesn't validate

I have written an extension DTD for XHTML 1.1
<http://hallem.mine.nu/DTDs/xhtml-target-frames.dtd> that includes the
Frames and Target modules.  However no matter what I try I cannot get it
to validate.  I get the following error from the validate:

Error: could not get "/DTDs/xhtml-target-frames.dtd" from
"hallem.mine.nu" (reason given was "No acceptable objects were found")

I searched the mailing lists for anything that could help me out and
found the email below between Nick Kew and Tim van der Molen...  Which
said that this is due to my server being misconfigured but didn't say
how to fix it.  I am running IIS 5.1 and any help that anyone can give
me would be much appreciated.  The link to the DTD is given above and
the link of the page I am trying to validate is
<http://hallem.mine.nu/xhtml/xhtml-frames.html>

Looking forward to any responses.

Ciao!

Michael Hallett
hallem@rpi.edu

=====================================================
"Life is not a punishment, not a task, but a gift. 
Your only obligation is to enjoy every minute of it."
-Louie Stermole 
===================================================== 

---------------------------------------------
-- Archived Email that I used for reference --
---------------------------------------------

Date: Mon, 12 Mar 2001 11:22:42 +0000 (GMT)
From: Nick Kew <nick@webthing.com>
To: Tim van der Molen <timvandermolen@home.nl>
cc: www-validator@w3.org
Message-ID:
<Pine.BSF.4.21.0103121116310.2644-100000@fenris.webthing.com>
Subject: Re: My page doesn't validate


On Sat, 10 Mar 2001, Tim van der Molen wrote:

> The first error has the following description:
> "Error: could not get "/_library/dtd/tbm-html4.dtd" from
"213.51.81.80"s
 (reason given was "No acceptable objects were found")"

Your server is misconfigured.  Try the following:

telnet 213.51.81.80 http
HEAD /_library/dtd/tbm-html4.dtd HTTP/1.0
Accept: text/*

HTTP/1.0 406 No acceptable objects were found
Date: Mon, 12 Mar 2001 04:15:00 GMT
Content-Length: 3109
Content-Type: text/html
Server: Microsoft-IIS/5.0

(You can use cg-eye interactive - available from the Site Valet or
from htmlhelp - as an alternative to the commandline).

If you leave out the Accept: header, your server incorrectly returns
a Content-Type of "application/octet-stream" for the DTD.


-- 
Nick Kew

Is your site a lawsuit waiting to happen?
See <URL:http://valet.webthing.com/intranet/> before it's too late.

Received on Tuesday, 25 June 2002 23:15:11 UTC