[xslt] nsbp and utf-8



Hi there!

I have a stylesheet with utf-8 encoding and nbsp characters in it:

<!DOCTYPE xsl:stylesheet [<!ENTITY nbsp "&#160;">]>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">

The resulting output is displayed as "?" for each nbsp in mozilla (1.6) 
and IE (when
encoding is set to utf-8).

How do I get my spaces in utf-8 ?

Thanx in advance,
::Tom




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]