/ Published in: XSLT
Place the following inside a <xsl:template> block
Expand |
Embed | Plain Text
<xsl:text disable-output-escaping="yes"> <![CDATA[ <script type="text/javascript"> alert("you can use javascript"); </script> <strong>HTML Content</strong> ]]></xsl:text>
You need to login to post a comment.
