This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Euro Entity


> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]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 € and
> € 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 "€" 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]