I try to export a report to Excel by transform raw data to html format using xsl. The problem is some ids like 45E3 are converted to scientific notation. In order to make it string, I append space ( ) to those ids. However, I have problem to write this special character in the xsl file (not xslt). Any idea anyone?
Your help is much appreciated.