Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


[xsl] Re: Help: decimal entity convert to character entity"

From: Selva Ganesh <selvaganesh1985@-----.--->
To: xsl-list@-----.------------.---
Date: 5/6/2009 8:46:00 AM
Hi Wendell,



Thanks for replay



In my requirement is xhtml to xml.



I have the xhtml document is having decimal entity (&#____;), I want
the output xml file is character entity (&____;)



Here I example one entity,



Input file entity: &#8212;


Output file entiy: &mdash;



That why am asking how to convert the “decimal entity convert to
character entity”



Thanks,

Selva.

-------------------------------------------------------


Date: Tue, 05 May 2009 13:13:15 -0400
To: xsl-list@l...
From: Wendell Piez <wapiez@m...>
Subject: Re: [xsl] Help: decimal entity convert to character entity"
 throughout XSLT-2.0
Message-ID:<20090505131333.GA73682@m...>

Selva,

Could you provide us with a small sample of the input and output you want?

Your use of the terminology is not quite correct, which makes it
difficult to understand what you want (and why). In particular, what
do you meant by "[you] want to know the encoding value"?

It could be that what you want is provided by the
string-to-codepoints() function. Or maybe you just need to adjust how
your serializer works. For example,

<hov:output method="xml" encoding="US-ASCII" indent="yes"
omit-xml-declaration="no"/>

... which would skip the character mapping and write US-ASCII results
(in a processor that supported that), forcing the processor to use
numeric character references for any characters not in ASCII.

Cheers,
Wendell

At 11:05 AM 5/5/2009, you wrote:
>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@l...>
--~--



transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent