xsl-list
[Top] [All Lists]

[xsl] Help: decimal entity convert to character entity" throughout XSLT-2.0

2009-05-05 11:05:45
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="&#8212;" string="&amp;mdash;"/>
<hov:output-character character="&#8220;" string="&amp;ldquo;"/>
<hov:output-character character="&#8221;" string="&amp;rdquo;"/>
<hov:output-character character="&#8211;" string="&amp;ndash;"/>
<hov:output-character character="&#8217;" string="&amp;apos;"/>
.
.
.
.
</hov:character-map>
----------------------------

-- 
Best Regards,
Selvaganesh

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>