I have been using the Free version of Fusion charts for about a year now and have recently upgraded one of our sites to the full v3 version. However, when playing around with the evaluation copy in my development environment, I've been having some issues with the encoding of the "<" and ">" symbols. For example, I modified the basic example (included in the Code/Javascipt/Basis folder:
chart1.setDataXML("<chart><set label='A' value='10' /><set label='B' value='11' /></chart>");
to
chart1.setDataXML("<chart><set label='A' value='10' /><set label='B' value='11' /></chart>");
This used to work with fusion charts free. I'm generating the xml string using xslt and cannot write out the < and > characters directly, so i encode them first and that has always worked fine. Is there a difference with the evaluation copy of fusion charts that does not allow the xml to be represented in this way?
Thanks.