Subject: Re: non-breaking whitespace
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 29 Oct 2003 16:42:15 GMT
|
> both <xsl:text>   </xsl:text> and just
>     each appear as    in both a text editor and browser.
so there is nothing wrong with your xslt but your editor and browser are
incorrectly configured, or do not support utf8.
You may prefer to add
<xsl:output encoding="iso-8859-1"/>
so that the output is latin1 not utf8.
David
--
http://www.dcarlisle.demon.co.uk/matthew
________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|