Sign in to follow this  
jane_doe

Trouble with the switch from Free to Evaluation

Recommended Posts

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.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this