M
Marco W
Hi,
<xsl:value-of select="translate(current(),'€','EUR')" />
only replace the euro sign with 'E' and not 'EUR'. How can I replace
the euro sign in the string 'EUR'?
<xsl:value-of select="translate(current(),'€','EUR')" />
only replace the euro sign with 'E' and not 'EUR'. How can I replace
the euro sign in the string 'EUR'?