xsl:output with encoding and UPPER case entity
Dear All,
I came across a problem during using the saxon:character-representation="hex"
Problem:
I would like to convert all hex decimal entity alphabets to UPPER case , were as it result as small case.
Used XSLT:
<xsl:output method="xml" encoding="us-ascii" saxon:character-representation="hex" omit-xml-declaration="no" />
Observed Output:
#x201c;
#x201d;
Required Output:
#x201C;
#x201D;
Any help would be thank full.
Regards,
ROCXY
__________________
Thanks,
Rocxy.
|