IDForums Report post Posted June 25, 2009 My JSP File contains below string. I need to display "Single Day Historic Peak vs. Today's Volume" as Caption for one of my chart. How do I escape single quote in the word Today's? HistoricPeakXML = ""; Thanks. Share this post Link to post Share on other sites
srividya_sharma Report post Posted June 26, 2009 Hi Welcome To FusionCharts And JSP Forum! Please use ' for single quote in xml string. Your xml string will thus be: HistoricPeakXML = "<chart caption='Single Day Historic Peak vs. Today's Volume' palette='4' animation='1' slantLabels='1' bgColor='FFFFFF,E1E1E1' labelDisplay='rotate' rotateValues='1' placeValuesInside='1' showBorder='0'>"; For further information on using special characters, refer to the following page in the documentation: http://www.fusioncharts.com/docs/Contents/SpChar_Apos.html regards, Srividya Share this post Link to post Share on other sites
IDForums Report post Posted June 26, 2009 Thanks Vidya. That helped! Share this post Link to post Share on other sites
Guest Rajroop Report post Posted June 26, 2009 Heylo, You're welcome. Share this post Link to post Share on other sites