dbyers Report post Posted January 26, 2009 (edited) i need to display currency symbols in a chart's caption. currency symbols in axis value labels aren't really that good looking... a lot of wasted space. i have a setup where i'm transforming and writing out an xml file that is referenced by the fusion chart in an html page. specifying %A3 works for the numberPrefix, but does not work when used in the caption text. i tried using the html code for it, {&}{#}163;, and that works when hardcoded. however, when i'm processing the xml data with xsl and doing the transform, the parser needs to translate the "&" into &. This then breaks the processing of the symbol reference as it doesn't know how to parse the &. i.e. get a "Text for Caption ( {&}amp;{#}136; )". Has anyone encountered this? thanks in advance. hopefully i've provided enough info. dan Edited January 26, 2009 by Guest Share this post Link to post Share on other sites
Rahul Kumar Report post Posted January 28, 2009 Hi, Could you please try using %26 instead of & in your XSL? Share this post Link to post Share on other sites