Re: Weird IE5 behaviour

Subject: Re: Weird IE5 behaviour
From: "Matthew MacKenzie" <matt@xxxxxxxxx>
Date: Fri, 16 Jul 1999 21:03:30 -0700
Have you made sure to include the requisite line breaks in your content type
header?  in perl:

print "Content-type: text/xml\n\n";

Your last header must have the 2 line breaks.  I have applications doing
this that work...so there must be a problem like the above in your code.
_________________
Matthew MacKenzie
http://www.goxml.com


----- Original Message -----
From: Senthil Vaiyapuri <senthil@xxxxxxxxxx>
To: <XSL-List@xxxxxxxxxxxxxxxx>
Cc: <xsl-list@xxxxxxxxxxxxxxxx>
Sent: Wednesday, August 11, 1999 7:49 PM
Subject: Weird IE5 behaviour


>
>   Howdy,
>
> I construct a XML document from a perl script and
> pass it back onto the IE5 browser with a
> "Content-type: text/xml".  But the browser throws an
> error saying:
>
> "Invalid at the top of the document, line 65, position 11".
> line 65, position 11 points to the last character in the
> root tag.  In my case </invoice>.
>
> But if I save the same XML file onto a file system file
> and read it back to the browser from another script,
> it shows up fine..  (the XML source is the same)
> Have anybody experienced this problem..
> If so, could you please let me know the problem/workarounds..
>
> The webserver I am using is apache 1.3.
>
> Thanks much..
> -senthil
> --------------------------------------------------------------------------
--
> ---------
> Senthil Vaiyapuri
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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


Current Thread