Hi Michael,
I don't know much about the auto-launch issue, but if you
want to effect the mime type, you need to add it as an
attribute of the xsl:output element like so:
<xsl:stylesheet>
<xsl:output media-type="vnd.google-earth.kml+xml" />
...
</xsl:stylesheet>
I tried that too but it didn't have any effect. I think browsers may
be hardwired to believe the result is html in such a situation, and they
try to interpret it as such.
Cheers,
Peter
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--