Hi,
> I tried to change mime-type by:
>
> <xsl:output method="xml"
> media-type="application/xml"/>
>
>
> <xsl:output method="xml"
> media-type="image/svg+xml"/>
>
> <xsl:output method="xml"
> media-type="image/svg-xml"/>
>
> And still the output is svg code.
Do the XSLT processor and the server thingy talk to each other, i.e. did the Mime-type really change? The fact that xsl:output has media-type attribute doesn't mean the piece of software actually writing the HTTP response will use that.
Jarno
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|