This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: http request - unexpected characters after document end


At 00:54 30-08-2001, Syn-Ti Ng wrote:
>Actually, I've tried several sites; I've tried a transitional xhtml and 
>strict xhtml (from  www.w3.org) and I've even tried some of my own simple 
>ones on our server. All complain about 'line: 2, col 3 as well.

Hmm... they *all* complain about line 2, column 3?  I would try doing it 
raw; make a telnet connection to port 80 and GET the file.  See what shows 
up in line 2, column 3, of the entity body.

$ telnet crism.maden.org 80
Trying 216.240.148.35...
Connected to crism.maden.org.
Escape character is '^]'.
GET / HTTP/1.1
Host: crism.maden.org

HTTP/1.1 200 OK
Date: Thu, 30 Aug 2001 08:17:22 GMT
Server: Apache/1.3.12 Ben-SSL/1.40 (Unix) PHP/4.0.4pl1
Last-Modified: Thu, 30 Aug 2001 00:59:33 GMT
ETag: "8ddd4d-320d-3b8d8ff5"
Accept-Ranges: bytes
Content-Length: 12813
Content-Type: text/html
X-Pad: avoid browser bug

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html lang="en-US" xml:lang="en-US" dir="ltr"
   xmlns="http://www.w3.org/1999/xhtml";>
   <head>
     <title>crism</title>
     <link rel="stylesheet" href="crism.css" type="text/css" />
     <link rev="made" href="mailto:crism@maden.org";
       title="Christopher R. Maden" />
     <meta name="keywords"
       content="crism chris christopher regan maden" />
[...]

-Chris
-- 
Christopher R. Maden, Principal Consultant, HMM Consulting Int'l, Inc.
DTDs/schemas - conversion - ebooks - publishing - Web - B2B - training
<URL: http://www.hmmci.com/ > <URL: http://crism.maden.org/consulting/ >
PGP Fingerprint: BBA6 4085 DED0 E176 D6D4  5DFC AC52 F825 AFEC 58DA


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]