Re: [xsl] Global parameters with UTF-8 characters and ???s <Disregard Previous>

Subject: Re: [xsl] Global parameters with UTF-8 characters and ???s <Disregard Previous>
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 2 Aug 2006 21:45:58 +0100
> It returns 9 question marks.  So that seems consistent.

it's unlikely to have put ? marks in the html file. It'smore likely that
it is writing those characters into the html in an encoding that your
browser does not understand, or just that it does understand them but
you do not have those fonts. What encoding is the generated html in (and
what encoding is your browser using?)

Try putting <xsl:output encoding="US-ASCII"/> in your xsl which can
isolate you from encoding issues.

David

Current Thread