Re: Validator not working for upload of XHTML

Does it really work? Not quite, I think. I get the same message from the validator as Capt. N
does ("Uh oh! I got the following unknown error ...") _when uploading_ the code below to the
validator, single or double quotes. When submitting the same code by URI, it validates, single
or double quotes. There seems to be something amiss with the uploading feature.

Einar

On Mon, 24 Jul 2000 10:41:10 +0200 (MET DST), Karl Dubost wrote:

> On Thu, 20 Jul 2000, Capt. N wrote:
> > <?xml version="1.0" encoding="iso-8859-1"?>
> > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
> > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
> 
>    1: <?xml version="1.0" encoding='iso-8859-1'?>
>    2: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
>    3: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
>    4: <html>
>    5:   <head>
> 
> It works with simple quote around the encoding declaration. But as it's
> stated in Encoding Declaration [1], it should work with double quote.

Received on Thursday, 27 July 2000 16:01:23 UTC