Subject: !DOCTYPE element in xsl
From: "Matthias O. Will" <m.o.will@xxxxxx>
Date: Mon, 16 Oct 2000 14:41:04 +0200
|
Hi,
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('<!DOCTYPE
BWDLmet
a SYSTEM "', $url, '"> ')"/>
to have
<!DOCTYPE BWDLmeta SYSTEM
"http://www.dlmeta.de/dlmeta/2000/DLmeta.html">
in my xml output, but this is kind of awkward. Isn't it possible to
achieve the same thing by using xsl:output and, if yes, how?
Thanks for your help, as always,
Matt
--
Matthias O. Will (m.o.will@xxxxxx) <><
Institute of Computer Science, University of Freiburg
Georges-Koehler-Allee, Bldg. 51, D-79110 Freiburg, Germany
Phone: +49-761-203-8170 Fax: +49-761-203-8162
URL: http://ad.informatik.uni-freiburg.de/~will
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|