How to decode a html string using xslt How to decode a html string using xslt xml xml

How to decode a html string using xslt


I'd suggest you to use an especial property in xsl:value=of tag and that is disable-output-escaping="yes"use like this:

<xsl:value-of select="description" disable-output-escaping="yes"/>