xsl-list
[Top] [All Lists]

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

2003-08-18 15:01:30


  I'm trying to develop a transformation that will
  output, among other things, this text (literal)...
  
  <cfreturn this>

XSLT is mainly designed to produce XML and that is not XML.
You coul duse 
<xsl:output method="text"/>
to outpiut in text mode then you could use
  &lt;cfreturn this&gt;
in the stylesheet which will produce the required string.

David


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