Lapo Nustrini <[EMAIL PROTECTED]> (Tuesday, November 04, 2003 3:53 PM):


> On Tuesday, November 4, 2003, at 03:38 PM, Jeremy Wadsack wrote:

>>
>> Lapo Nustrini <[EMAIL PROTECTED]> (Tuesday, November 04, 2003 2:08 PM):
>>
>>> Thanks for the response.
>>> The script is running in a cgi-bin directory.  (I have not changed the
>>> server configuration in over 2 years)
>>> The only change I have made is updating analog from version 4 to 
>>> 5.91b1
>>> Version 4 was working perfectly, but everyone kept complaining that
>>> there was a newer one out...
>>
>> Well, check the .pl file to make sure it's adding a Content-type
>> header. Then see if that's getting sent to your browser. Mozilla
>> Firebird browser has a "Live HTTP Headers" extension that makes it
>> easy to debug this stuff.
>>
>>

> The first few lines of the document output by the script are:

No, no. You need to inspect the HTTP headers. That's before the file
and are never shown in the browser. I suggested Firebird's extension
as one tool. You could use wget or curl or some command-line spider
with a "show headers" option tool, too.

But it might be more related to IE on your system thinking .pl is a
special type (as Klaus suggested). Do you have the same problem with a
browser on a computer that does not have Perl installed?



> <?xml version="1.0" encoding="US-ASCII"?>
> <?xml-stylesheet href="#internalStyle" type="text/css"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
>         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
> <html xmlns="http://www.w3.org/1999/xhtml";>

> I don't know enough about this stuff to know whether this is the 
> problem or not, but can confirm that the old Analog did not have any 
> "<?xml" code in the output.

This is required for XHTML which is the new default output format.


-- 

Jeremy Wadsack
Wadsack-Allen Digital Group

+------------------------------------------------------------------------
|  TO UNSUBSCRIBE from this list:
|    http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+------------------------------------------------------------------------

Reply via email to