xsl-list
[Top] [All Lists]

RE: how do I add a doctype when I create xsl from xsl?

2002-11-05 06:19:57
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">&amp;nbsp;</xsl:text>'>
]>


..placed in the top of the new xsl, that I am creating?

You don't. Why can't you use &#xA0; in the created stylesheet?

Cheers,

Jarno

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



<Prev in Thread] Current Thread [Next in Thread>