On Mon, 2010-02-08 at 07:58 -0600, Tab Atkins Jr. wrote:
On Mon, Feb 8, 2010 at 5:01 AM, Nicolas Neuss neuss@math.uni-karlsruhe.de wrote:
Faré fahree@gmail.com writes:
I'm experiencing the same error with Chromium, which is probably not any client to tell to go to hell.
This page contains the following errors:
error on line 2 at column 3: Char 0x0 out of allowed range Below is a rendering of the page up to the first error.
Presumably, a lot of WebKit-based browsers will fail with the same error. Safari anyone?
http://www.weitz.de/hunchentoot? Works with Safari (4.0.4).
It's dependent on the encoding. If you interpret the page as utf-8, there's an encoding error (except I get it at line 2 column 54).
Hmm - over here that's how the page source looks:
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml-stylesheet type="text/xsl" href="clixdoc.xsl" ?>
Decoding this as utf-8 can hardly be blamed on the webserver .... Oh, header is:
Date: Mon, 08 Feb 2010 15:30:31 GMT Server: Apache Last-Modified: Mon, 11 Jan 2010 12:36:29 GMT Etag: "2c0102-204d6-47ce2c953ad40" Accept-Ranges: bytes Content-Length: 132310 Content-Type: application/xml
200 OK
So, no explicit content-encoding, so default encoding (ISO-8859-1 iirc).
HTH Ralf Mattes
If you interpret it as Windows-1252, it displays fine. Chrome 4.0.279.78 on Windows here.
~TJ
tbnl-devel site list tbnl-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-devel