Re: [xsl] Euro Entity

Subject: Re: [xsl] Euro Entity
From: "Miguel Angel Medina Lopez" <mamedina@xxxxxxxxxxxxxxxxx>
Date: Wed, 20 Feb 2002 19:25:10 +0100
The same page directly in HTML with the same browser show the Euro sign.
I have probed in the code of my xsl document for a long time and I
discovered that if I comment all the lines with the TEXT tag the euro sign
appear. The TEXT tags I use are:
  <xsl:text disable-output-escaping="yes"><![CDATA[ .... ]]></xsl:text>

I don't know why, and it seems imposible. What's happening?

Thank You and sorry for my english.

-------------------------------------------------------------
Miguel Ángel Medina López
Logic Factory: www.logic-factory.com
Granada - España



----- Original Message -----
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, February 20, 2002 6:59 PM
Subject: RE: [xsl] Euro Entity


> The Euro character is not available in ISO 8859-1 but that shouldn't
matter,
> because it will be included in the HTML file as a Unicode character
> reference. See what the generated HTML looks like. If it contains the
> correct character reference, you've got a browser problem and not an XSLT
> problem.
>
> Michael Kay
> Software AG
> home: Michael.H.Kay@xxxxxxxxxxxx
> work: Michael.Kay@xxxxxxxxxxxxxx
>
> > -----Original Message-----
> > From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> > [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of
> > Miguel Angel
> > Medina Lopez
> > Sent: 20 February 2002 17:36
> > 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
> > the hexadecimal value but the browser always show the
> > character '?'. I use
> > the ISO-8859-1 encoding, is that the problem? Any suggestion?
> >
> > Thank You.
> >
> > -------------------------------------------------------------
> > Miguel Ángel Medina López
> > Logic Factory: www.logic-factory.com
> > Granada - España
> >
> >
> >
> >
> >
> >
> >  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> >
> >
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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


Current Thread