[xsl] Hexadecimal character reference

Subject: [xsl] Hexadecimal character reference
From: Ganesh Babu N <nbabuganesh@xxxxxxxxx>
Date: Sat, 4 Jun 2011 10:12:07 +0530
Dear All,

By providing <xsl:output encoding="iso-8859-1"/>, we will get decimal
character references (&#160;) etc...in the output without any list of
mapping.

By any means can we get the Hexadecimal values (&#x00A0;)  in the
output without any list of mapping?

I know by using character-maps in XSLT 2.0 we can achieve this (we
have to provide the mapping manually).

Can this be possible in XSLT 1.0 without providing any mapping?

Regards,
Ganesh

Current Thread