RE: [xsl] xsl:output method

Subject: RE: [xsl] xsl:output method
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Sat, 11 Dec 2004 18:49:17 -0000
> Isn't it weird that the transformation gives me HTML (for 
> instance the meta 
> tag is not closed, neither is link tag), but STILL the 
> media-type is xml?

No, the http server decides the media-type in a number of ways, depending on
various configuration files; but unless there's some close integration
between the http server and the XSLT engine, it's not going to take account
of either the contents of the file or the attributes set in xsl:output.

Michael Kay
http://www.saxonica.com/

Current Thread