Subject: RE: how do I add a doctype when I create xsl from xsl?
From: Jarno.Elovirta@xxxxxxxxx
Date: Tue, 5 Nov 2002 15:19:57 +0200
|
Hi,
> I am using xslt to create one xsl from another xsl. How do I get this:
>
> <!DOCTYPE xsl:stylesheet [
> <!ENTITY nbsp '<xsl:text
> disable-output-escaping="yes">&nbsp;</xsl:text>'>
> ]>
>
>
> ..placed in the top of the new xsl, that I am creating?
You don't. Why can't you use   in the created stylesheet?
Cheers,
Jarno
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|