[xsl] Force Unicode change

Subject: [xsl] Force Unicode change
From: "Pankaj Chaturvedi" <pankaj.chaturvedi@xxxxxxxxx>
Date: Wed, 23 Apr 2008 12:58:42 +0530
Hi,

While converting my character entities into Unicode, my &hyphen; gets
converted into &#x02010;, which is quite ok by what Atolva takes, but I want
my hyphen  to be as  &#002d;. Is there a way of force change of entity
instead of default, I mean something in:

<xsl:output use-character-maps="searchreplace" />
<xsl:character-map name="searchreplace">
    <xsl:output-character character="&#x02010;" string="&#002d;" />
</xsl:character-map>


I am not expert in 2.0 and still learning. Any suggestions will be an
immense help.


Best,

Pankaj Chaturvedi

============================================================================
================


Confidentiality Notice:" This message and any attachment(s)
contained here are information that is confidential, proprietary to
IDS Infotech Ltd. and its customers.
Contents may be privileged or otherwise protected by law. The
information is solely intended for the individual or the entity it
is addressed to. If you are not the intended recipient of this
message, you are not authorized to read, forward, print, retain,
copy or disseminate this message or any part of it. If you have
received this e-mail in error, please notify the sender immediately
by return e-mail and delete it from your computer."

Current Thread