xsl-list
[Top] [All Lists]

Re: [xsl] Hexadecimal character reference

2011-06-06 00:09:21
Dear Martin,

I am using Xalan 2.7.1 for XSLT 1.0 and Saxon 8.9b for XSLT 2.0 on
Windows. Is there any extension function in either of the processor to
achieve the above result?

Is there any processor which provides the above result with extension functions?

Regards,
Ganesh


On Sat, Jun 4, 2011 at 4:02 PM, Martin Honnen 
<Martin(_dot_)Honnen(_at_)gmx(_dot_)de> wrote:
Ganesh Babu N wrote:

By providing<xsl:output encoding="iso-8859-1"/>, we will get decimal
character references (&#160;) etc...in the output without any list of
mapping.

I don't think the XSLT specification mandates a particular format for
character references, thus if you get decimal character references with one
processor then you can't expect the same output with a different processor.

By any means can we get the Hexadecimal values (&#x00A0;)  in the
output without any list of mapping?

I know by using character-maps in XSLT 2.0 we can achieve this (we
have to provide the mapping manually).

Can this be possible in XSLT 1.0 without providing any mapping?

Which platform and XSLT processor do you use? If there is any way to ensure
a certain format for character references in the output of an XSLT
serialization then probably only with extension settings of a certain XSLT
processor or by writing a custom result tree serializer, for instance a
custom XmlWriter in the case of the .NET platform.


--

       Martin Honnen --- MVP Data Platform Development
       http://msmvps.com/blogs/martin_honnen/

--~------------------------------------------------------------------
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>
--~--



--~------------------------------------------------------------------
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>