string-replace

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

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

TEST 1 : PASS
string-replace :
– value = it was me
– find = me
– replace = him

result :
it was him