Re: [xsl] xml:space preserve on element converted to html textarea encoding issue

Subject: Re: [xsl] xml:space preserve on element converted to html textarea encoding issue
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 07 Jun 2011 16:59:47 +0100
On 07/06/2011 16:54, Karl Stubsjoen wrote:
> Perhaps the better thing
> to do is to shove the tags into the result from a CDATA section

you can't have "better thing" and "CDATA section" in the same sentence on this list or the word "tag" for that matter.

There is nothing wrong with your result file, just with the way you are viewing it. If setting up whatever you are using to view to understand utf-8 is tricky, just tell XSLT to generate the file in some other encoding such as
<xsl:output encoding="US-ASCII"/>


David


________________________________________________________________________ The Numerical Algorithms Group Ltd is a company registered in England and Wales with company number 1249803. The registered office is: Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. ________________________________________________________________________


Current Thread