[xsl] MIME Type for XSL

Subject: [xsl] MIME Type for XSL
From: "Alexander Voropay" <a.voropay@xxxxxxxxxxxxxx>
Date: Mon, 18 Nov 2002 16:42:14 +0300
Hi!

1) Does anyone know, what is default MIME Type for "external" XSL ?
I need to configure my WEB-Server to proper MIME Type.

text/xsl
or
text/xml


2) What MIME Type I should use in my XML for "embedded" XSL ?
=========
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
     "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd";>
<?xml-stylesheet type="text/xsl"

href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl";?>
<article>
...
========

 Is there any standart for this ?


P.S. It defined for CSS, not for XSL : http://www.w3.org/TR/xml-stylesheet/

--
-=AV=-


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread