Re: [xsl] Output: XML to XML scrambling unicode characters

Subject: Re: [xsl] Output: XML to XML scrambling unicode characters
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 4 Mar 2002 16:19:34 GMT
> Anyone have an idea of what I am missing here?

there's nothing wrong with your output, it us using the utf-8 encoding
and if you read it in any utf8 aware system the characters will look
correct. (Any XML system cab read utf8) If you read the file in a system
designed for latin 1 then you see th wrong characters of course (extra
accented A's) but that is always the case if you read a file with the
wrong encoding.

You can request the file is output in iso-8859-1 using an encoding
attribute to xsl:output, but note that then not every XML system need
accept the file.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread