RE: !DOCTYPE element in xsl

Subject: RE: !DOCTYPE element in xsl
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Mon, 16 Oct 2000 14:30:16 +0100
You can't generate an arbitrary DOCTYPE declaration in XSLT, but you can
generate a simple one:

<xsl:output method="xml" 
doctype-system="http://www.dlmeta.de/dlmeta/2000/DLmeta.html"/>

> I am using
> 
> <xsl:variable
> name="url">http://www.dlmeta.de/dlmeta/2000/DLmeta.html</xsl:varia
> ble>
> <xsl:value-of disable-output-escaping="yes" 
> select="concat('&lt;!DOCTYPE
> BWDLmet a SYSTEM &quot;', $url, '&quot;&gt; &#10; &#10;')"/>
> 
> 


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


Current Thread