xsl-list
[Top] [All Lists]

Re: [xsl] character maps

2013-05-15 18:29:24
On 15/05/2013 21:30, Craig Sampson wrote:
Hello, I have a situation where I need to convert UTF-8 characters to
their NCR (numeric character representation). I am trying to use
character maps but can't get it to work. My program is written in
XSLT version 2 which I am running with SAXON 9he on windows 7.


As Ken already commented XSLT works with teh Uniocde characters not their UTF8 representation (By the time XSLT is processing them the original file encoding is not relevant).

If you use

<xsl:output  encoding="US-ASCII" omit-xml-declaration="yes"/>

then all non ASCII characters will be output using NCR automatically.

David



--
google plus: https:/profiles.google.com/d.p.carlisle

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. ________________________________________________________________________

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