|
Subject: [xsl] Unicode and <xsl:character-map/> From: "Steve Ylvisaker" <sylvisaker@xxxxxxxxxxxxxxxxxx> Date: Wed, 29 Aug 2007 11:47:49 -0500 |
I am working with Saxon8.
I have a Unicode source XML file that contains the code points °C (U+00B0 and U+0043). When I encounter this string pattern I would like to substitute the Unicode character for ℃ (U+2103). I have implemented the following code, which compiles fine but has no impact on the data. Is there something I am missing?
<xsl:output method="xml" omit-xml-declaration="no" encoding="utf-8" indent="no" use-character-maps="degree"/>
<xsl:character-map name="degree">
<xsl:output-character character="℃" string="°#x0043;"/> </xsl:character-map>
Please help me out with this concept.
Steve
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] & issue in XSL, David Carlisle | Thread | Re: [xsl] Unicode and <xsl:characte, Andrew Welch |
| Re: [xsl] Connecting the Source and, Wendell Piez | Date | Re: [xsl] Unicode and <xsl:characte, Andrew Welch |
| Month |