[xsl] CDATA in XSLT output

Subject: [xsl] CDATA in XSLT output
From: "Jason Macki" <jmacki@xxxxxxx>
Date: Wed, 17 Oct 2001 15:32:02 -0500
Hello,

How can I write XSLT that outputs CDATA nodes?

For example, how would I modify XSLT code that looks like this:

<root>
	<node><xsl:value-of select="value" /></node>		
</root>

to produce an output like this:

<root>
	<node><![CDATA[ This is my value ]]></node>
</root>

Thanks,
Jason

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


Current Thread