Re: [xsl] How to keep é

Subject: Re: [xsl] How to keep é
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 12 Sep 2002 17:43:10 +0100
There was a thread on this in the last couple of days, have you just
joined the list?

You can't "keep"  &#233; as the system has no knowledge that the input
was of that form (it will have been reported as a character by the xml
parser before xslt ever started.)

You can force it to be output as a character reference by selecting an
output encoding that does not have that character (us-ascii for example,
if your xslt engine supports that encoding)

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