string-add-slashes

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

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

TEST 1 : PASS
string-addslashes :
– value = The “Book”

result :
The \”Book\”


TEST 2 : PASS
string-addslashes :
– value = here “$”

result :
here \”\$\”