Re: [xsl] Character encoding problem

Subject: Re: [xsl] Character encoding problem
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 21 May 2001 19:10:17 +0100
  <xsl:output method="html" encoding="$charEncoding"/>

you can't do that: you have to fix the output encoding.
The XSLT 1.1 proposal would have allowed  encoding="{$charEncoding}"/>
but otherwise you may have to use a processor specific extension
to allow that.


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

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread