RE: [xsl] Euro Entity

Subject: RE: [xsl] Euro Entity
From: "Julian Reschke" <julian.reschke@xxxxxx>
Date: Wed, 20 Feb 2002 18:55:07 +0100
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Miguel Angel
> Medina Lopez
> Sent: Wednesday, February 20, 2002 6:36 PM
> To: XSL List
> Subject: [xsl] Euro Entity
>
>
> Hi all:
>
> I have a problem with the Euro sign (European Monetary Union) when I
> generate a HTML document using XSL. I use the entity &euro; and
> &#8364; and

This is correct.

> the hexadecimal value but the browser always show the character '?'. I use
> the ISO-8859-1 encoding, is that the problem? Any suggestion?

ISO-8859-1 does not contain the Euro sign. So if this is your encoding
(xsl:output encoding attribute), XSLT's output should be "&euro;" or a
numerical entity.

I'd check

1) the content type header sent by the server (assuming the file is served
using HTTP),

2) the META tag in the HTML head element,

3) what exactly XSLT is producing.


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


Current Thread