[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] How can I get XSLT to write


Subject: RE: [xsl] How can I get XSLT to write <cfreturn this>
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 19 Aug 2003 08:38:29 +0100

>   <xsl:output method="text"/>
> 
>   <xsl:template match="/">
>     <xsl:text disable-output-escaping="yes">&lt;cfreturn 
> this&gt;</xsl:text>
>   </xsl:template>
> 

No, you don't need d-o-e with method="text", because the text output
method never does any escaping anyway.

Michael Kay


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



Current Thread