string-nl2br

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

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

TEST 1 : PASS
string-nl2br :
– value = HEY there

result :
HEY
there