Re: [xsl] Trouble with special characters

Subject: Re: [xsl] Trouble with special characters
From: "a kusa akusa8@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 25 Jan 2016 18:36:15 -0000
The transformed XML itself has the gibberish value for the degree
symbol. So it displays as question marks in IE.

There is a java program that uses the transformation factory to
convert the XML. I view the results XML Spy.

On Mon, Jan 25, 2016 at 12:17 PM, Martin Honnen martin.honnen@xxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
> a kusa akusa8@xxxxxxxxx wrote:
>>
>> And you have <xsl:output omit-xml-declaration="no"/> as well? Does the
>> result have an XML declaration? -Yes, there is an XML declaration.
>>
>> Does XML Spy indicate the encoding used to display the file?- Not sure
>> where to see this. The transformed XML has the encoding set to
>> ISO-8859-1.
>
>
> What happens when you load the XML result into a browser like IE or Firefox?
> Are the characters displayed as you want them?
>
> As for using Saxon, how do you use, do you run it from the command line
> yourself, with -o:result.xml output option? Or is XML Spy running Saxon and
> maybe not doing it right?

Current Thread