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]

Re: Whitespace between character entities deleted



> This occurs even with the Arail Unicode MS font,

If you are seeing single characters as two, then  the font is
irrelevant.

You have the window set to latin1 (or more likely windows codepage 1252)
and the document is utf-8 encoded. So the single character is encoded in
two bytes in utf-8, and two bytes will always appear as two characters
in latin1.

> encoding is UTF-8; to get around this, either
> change the <xsl:output> method from XML, or omit it alltogether.

since the output was utf-8 encoded XMl and this is (on most systems)
the default output, omitting xsl:output will give you the same thing.

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]