Output currency sings (pounds,yen,euros) with xslt? help!
Posted: Fri Jun 29, 2007 7:14 pm
i can not figure out how to output currency signs with xslt. i mainly want to output the pound currency sign.
The user types in the currency sign they want to use and then all prices should be displayed with that currency sign next to it.
First off, how should the user enter the pound sign? do they need to enter the encoded version or can the enter the character itself.
Im trying to access this currency value like this
Can anyone help me figure out how to get this working?
The user types in the currency sign they want to use and then all prices should be displayed with that currency sign next to it.
First off, how should the user enter the pound sign? do they need to enter the encoded version or can the enter the character itself.
Im trying to access this currency value like this
Code: Select all
<xsl:value-of select="$currencysign" disable-output-escaping="yes"/>