Re: [xsl] entities in decimal-format/format-number

Subject: Re: [xsl] entities in decimal-format/format-number
From: Михаил Сабуренков <allo.superman@xxxxxxxxx>
Date: Wed, 21 Apr 2010 11:29:12 +0400
Setting encoding in xsl:output helped.

But it stays unclear to me what encoding is my output
when xml and xsl files is in UTF8. (specified in xml declaration)

On 20 April 2010 18:44, Michael Kay <mike@xxxxxxxxxxxx> wrote:
>> It outputs something weird, like "21031 B  B  B  B  036 B 026".
>> Probably, unsupported characters or kind of that.
>
> The output is probably perfectly correct UTF-8, and you are looking at it
> using a viewer that doesn't know how to display UTF-8.
>
> Find yourself something that displays UTF-8, or force the output to use
> numeric character entities by specifying <xsl:output encoding="iso646"/> or
> similar.
>
> Regards,
>
> Michael Kay
> http://www.saxonica.com/
> http://twitter.com/michaelhkay

Current Thread