XSL: Currency symbol Euro
XSLT: Version 1.0
Platform: Windows XP
How to print the Currency symbol Euro in XSL1.0
Requiremnet: Converting xml to ASCII file with printing euro symbol.
<?xml version="1.0" encoding="UTF-8"?>
<xsl:text>#x20a0;</xsl:text>
Output: ââ ( Is the symbol is right in ascii format, not sure how to print the euro symbol in ascii format). Did any one tried the same?
|