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 symbol problem on unix


> > From: owner-xsl-list@lists.mulberrytech.com
> > [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of
> > julie.f.mccabe@jpmorgan.com
> > Sent: Thursday, March 21, 2002 1:06 PM
> > To: XSL-List@lists.mulberrytech.com
> > Subject: [xsl] euro symbol problem on unix
> >
> >
> > Hello
> >
> > Problem
> >
> > Xml file created using DOM (xerces 1.4.1) displays the euro sign
> > correctly,
> > after an xslt to xml using jdk1.3.0.2 the euro symbol is displayed as ?.
> > When I run the same test on a PC the euro symbol is displayed in both
> > cases.
> >
> > There is a patch which should be applied on unix to display the euro
> > symbol, this has been installed.  UTF-8 encoding is specificed in both
> the
> > xml file and the xslt stylesheet, plus version 1.0 in the
> <xsl:stylesheet>
> > tag.  Any ideas?
>
> Which character *are* you using. If it displays "correctly" on PCs, but
> doesn't on Unix you might have used the wrong Unicode character (the
> correct
> one is: "&#20ac;").
>
> I am using &#8364;

The code is correct.

Then you probably have a problem in how the transformation result is written
to a byte stream.


 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]