Re: XML/XSL and ASP/IIS

Subject: Re: XML/XSL and ASP/IIS
From: "Guy Murphy" <guy-murphy@xxxxxxxxxxxxx>
Date: Thu, 3 Jun 1999 08:08:57 +0100
Hi Jonathan.

It works in practice too, as I did this for an intranet app prototype. I
haven't got direct access to the files anymore, but I'll try and get them
e-mailed to me to make 100% sure (only 95% sure :) of what I'm saying as I
could be mistaken.

Cheers

    Guy

----- Original Message -----
From: Jonathan Borden <jborden@xxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxx>
Sent: Thursday, June 03, 1999 4:11 AM
Subject: RE: XML/XSL and ASP/IIS


> err. theoretically this would work... in practice IE5 is confused and
looks
> only for a file extension .xml leading to the hack
>
> xxx.asp?whatever=yyy&dummy=x.xml
>
>
>
> > Hi.
> >
> > You might try setting...
> >
> > Response.ContentType = 'text/xml';
> >
> > ...so that the mimetype of the returned file is appropriate, in which
case
> > IE5 will accept ASP files OK.
> >
> > Cheers
> >     Guy
> >
>
> Jonathan
>
>
>  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