[Home] [By Thread] [By Date] [Recent Entries]
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
|

Cart



