This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Output: XML to XML scrambling unicode characters



> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]