xsl-list
[Top] [All Lists]

RE: How can I get XSLT to write <cfreturn this>

2003-08-19 00:38:29
  <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