Subject: RE: Using client side XSLT to create SVG
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 10 Nov 2000 10:34:27 -0000
|
> However, IE5 recognises and acts on a file depending on
> its extension.
Indeed it does. It took me ages to work out why IE5 was trying to display
http://www.xxx.com/xsltservlet?source=source.xml&style=style.xsl
as XML, even though I was definitely setting the media-type to HTML in the
HTTP header. The answer turned out to be the trailing ".xsl". The answer was
to add "&x=y" to the URL.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|