Subject: RE: Writing a stylesheet to create a stylesheet, with XSLT in the XML
From: Scott Moore <Scott.Moore@xxxxxxxxxxxxx>
Date: Mon, 17 Jun 2002 15:42:31 -0400
|
> If you know the disadvantages of disable-output-escaping, use
> <xsl:text
> disable-output-escaping="yes"/> like on <xsl:value-of/>.
I guess I wasn't clear. This does not work:
<xsl:text disable-output-escaping="yes"><xsl:value-of
select="xpath"/></xsl:text>
If you try to do that, the transformation fails saying you can't embed
<xsl:value-of/> inside of an <xsl:text> element.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|