Re: [xsl] UTF-8, RTF and XSLT

Subject: Re: [xsl] UTF-8, RTF and XSLT
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 8 Nov 2002 09:27:17 GMT
> 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


Current Thread