xsl-list
[Top] [All Lists]

Re: UTF-8, RTF and XSLT

2002-11-08 02:27:17

I'm generating RTF (rich text) output using a UTF-8 XML source.  For 
high-ascii values, my XML source is double-byte a

RTF isn't XML so you woukd be better using text output than xml, also if
you don't want non ascii characters encoded in utf8 then specify a
different encoding eg latin1, so...

<xsl:output method="xml" encoding="iso-8859-1"/>

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



<Prev in Thread] Current Thread [Next in Thread>