[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

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


Subject: RE: [xsl] entities in decimal-format/format-number
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 20 Apr 2010 15:44:33 +0100

> It outputs something weird, like "21031	  036  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