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]
Other format: [Raw text]

RE: SVG, no actual output


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


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