RichLange 0 Report post Posted October 23, 2007 Hi I am using ChartFX 5.5 and am trying to use the above method to load data from an XML string into the chart. However, some of the text data that I am using contains special characters that seem to be causing the load to fail. Below is an example of the data I am trying to load. Has anyone else encountered a problem like this or found a solution? Thanks Richard <data> <columns> <column name="dt" type="string"/> <column name="F11" type="Double" displayname="Galaxy Onderskryfde Lewensannu Quote Share this post Link to post Share on other sites
Frank 0 Report post Posted October 24, 2007 Since you are using non ANSI characters, try adding a encodding header to your XML, for eaxample: <?xml version="1.0" encoding="utf-8" ?> Quote Share this post Link to post Share on other sites