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: Using client side XSLT to create SVG


> 	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

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