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



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@ntlworld.com>
To: <xsl-list@lists.mulberrytech.com>
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@ntlworld.com
> work: Michael.Kay@softwareag.com
>
> > -----Original Message-----
> > From: owner-xsl-list@lists.mulberrytech.com
> > [mailto:owner-xsl-list@lists.mulberrytech.com]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


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