[xsl] Character Map question

Subject: [xsl] Character Map question
From: granam@xxxxxxx
Date: Tue, 08 Nov 2005 12:21:15 -0700
Greetings.

I'm curious if it is possible to use a character map to
map double-byte characters.

Example:

<xsl:character-map name="AnselToUnicode">
  <xsl:output-character character="&#xE06F" string="&#x1ECF"/>
  <xsl:output-character character="&#xE075" string="&#x1EE7"/>
  <xsl:output-character character="&#xE079" string='&#x1EF7'/>
  ...
  ...
</xsl:character-map>

The character mapping examples are from Michael Kay's
AnselInputStreamReader.java file. I'm assuming here that the
output Unicode is UTF-8 and would require no further processing.

Cheers,
Brian
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

Current Thread