Re: [xsl] % in xslt printing as ?

Subject: Re: [xsl] % in xslt printing as ?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 22 Sep 2005 17:12:53 +0100
> I am passing this string "TSY 4% 2009 4.000% 07-MAR-09" as a
> parameter from java. When i print this in xslt using "<xsl:value-of"
> the % is converted to ?.

As I said there is nothing special about % so if something is changing
the % to something else, it is either some part of the system external
to your xslt, either changing the % before it is passed to xslt or
changing the output of xslt, or you have a bug somewhere.

what system are you using, what encodings are you using, what are you
using to look at the output, .....

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread