string-title-case

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

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

TEST 1 : PASS
string-title-case :
– value = every good boy does fine

result :
Every Good Boy Does Fine