string-entity-decode

<xsl:include href="../plugins/tenandtwo-xslt-processor/xsl/string.xsl" />

<xsl:call-template name="string-entity-decode">
    <xsl:with-param name="value" select="$value" />
</xsl:call-template>

TEST 1 : PASS
string-entity-decode :
– value = <b>bold</b> <br /> and <i>italic</i>

result :
bold
and italic