Subject: RE: specifying DOCTYPE DTD for XSL transformation
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 1 Oct 1999 09:19:10 +0100
|
>Is there a way to specify the DOCTYPE of the resulting XML document in the
XSL?
The latest (August 1999) XSLT spec includes attributes on the xsl:output
element to achieve this. It's not implemented in the currently-released
version of SAXON (it will be in the next one) and I seem to recall someone
said it wasn't in xt yet either.
>P.S. The following template rule does not work in IE5.
<xsl:text disable-output-escaping="yes">
disable-output-escaping was only introduced in the July 1999 XSLT draft
(IIRC), the Microsoft product implements a very early 1998 draft plus MS
extensions.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|