Subject: Re: Yet Another Entity Ref question!
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 20 Dec 2002 11:25:40 GMT
|
> However, with this I will produce the encode UNICODE char in the output
> (HTML) doc; i.e.
if the system supports ascii encoding you can do
<xsl:output encoding="ASCII"/> (or sometimes US-ASCII is recognosed)
and thenall non ascii characters will be encoded as entities or numeric
refs on output.
If ascii isn't known it probably knows 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
|