RE: [xsl] how do I add a doctype when I create xsl from xsl?
by other posts by this author
Nov 5 2002 1:19PM messages near this date
RE: [xsl] Excel XML tranformation
|
RE: [xsl] Incorrect output with IE6
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
|