Subject: RE: Force Unicode change
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 23 Apr 2008 09:16:47 +0100
|
Why not change the definition of the entity in your original XML source?
Michael Kay
http://www.saxonica.com/
> -----Original Message-----
> From: Pankaj Chaturvedi [mailto:pankaj.chaturvedi@xxxxxxxxx]
> Sent: 23 April 2008 08:29
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Force Unicode change
>
>
> Hi,
>
> While converting my character entities into Unicode, my
> ‐ gets converted into ‐, which is quite ok by
> what Atolva takes, but I want my hyphen to be as d;.
> 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="‐"
> string="d;" /> </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."
|