Hi,
Err... I would strongly recommend using the API your XSLT engine offers you
instead of using d-o-e. See FAQ and archives why d-o-e is Evil, especially if
the engine API can be used instead to get the job done.
Cheers,
Jarno - Aiboforcen: The Shepherd's Deathline (Fleash Field remix)
-----Original Message-----
From: ext Cams Ismael
[mailto:Ismael(_dot_)Cams(_at_)siemens(_dot_)atea(_dot_)be]
Sent: 16 January, 2003 11:19
To: 'xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com'
Subject: RE: [xsl] Generating variable DOCTYPE
Hello Edward,
this works. Thank you very much !
Kind regards,
Ismaël
-----Original Message-----
From: Edward(_dot_)Middleton(_at_)nikonoa(_dot_)net
[mailto:Edward(_dot_)Middleton(_at_)nikonoa(_dot_)net]
Sent: donderdag 16 januari 2003 10:07
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] Generating variable DOCTYPE
Like this
<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:param name="DTDLocation"/>
<xsl:template match="/">
<xsl:text disable-output-escaping="yes"><![CDATA[
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20001102//EN" "]]></xsl:text>
<xsl:value-of select="$DTDLocation"/>
<xsl:text
disable-output-escaping="yes"><![CDATA[">]]></xsl:text>
</xsl:template>
</xsl:stylesheet>
Edward Middleton
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list