Subject: Help: decimal entity convert to character entity" throughout XSLT-2.0
From: Selva Ganesh <selvaganesh1985@xxxxxxxxx>
Date: Tue, 5 May 2009 20:35:16 +0530
|
Hi Team,
Greeting!
In my question is "decimal entity convert to character entity"
throughout XSLT-2.0 processor.
I have decimal entity, How to convert character entity
I want know the encoding value.
If have possible to convert without character mapping.
I have character mapping, for your reference.
------------------------
<hov:output method="xml" use-character-maps="cm1" encoding="ISO-8859-1"
indent="yes" omit-xml-declaration="no"></hov:output>
<hov:character-map name="cm1">
<hov:output-character character="—" string="&mdash;"/>
<hov:output-character character="“" string="&ldquo;"/>
<hov:output-character character="”" string="&rdquo;"/>
<hov:output-character character="–" string="&ndash;"/>
<hov:output-character character="’" string="&apos;"/>
.
.
.
.
</hov:character-map>
----------------------------
--
Best Regards,
Selvaganesh
|