Skells Report post Posted April 23, 2008 Hi, I'm trying to display a stacked 3D column chart but I keep getting a message saying " Invalid XML encountered. An XML element is malformed. Check the XML data that you've provided. If you've special characters in your XML (like %, &, ' or accented characters), please URL Encode them." Here's the XML I created: < chart caption='Sales Points Breakdown' xAxisName='type of point' yAxisName='no of points' numberSuffix=' points' showValues='0' animation='true'>< categories>< category label='Sales Market Appraisal Done'/>< category label='Sales Instructions'/>< category label='Sales Move First'/>< category label='Sales Withdrawn'/>< category label='Sales Price Reduction'/>< category label='Sales Applicants Registered'/>< category label='Sales Viewings Done'/>< category label='Sales Offers'/>< category label='Sales Agreed'/>< category label='Sales Conveyancing Referral'/>< category label='Sales HSN Referral'/>< category label='Sales FS Referral'/>< category label='Sales Inter Branch Referral'/></ categories>< dataset seriesName='1 - NoArea'>< set value='1102' />< set value='0' />< set value='0' />< set value='0' />< set value='0' />< set value='0' />< set value='0' />< set value='0' />< set value='0' />< set value='0' />< set value='0' />< set value='1' />< set value='1' /></ dataset>< dataset seriesName='3 - NoArea'>< set value='23' />< set value='0' />< set value='0' />< set value='0' />< set value='0' />< set value='0' />< set value='0' />< set value='0' />< set value='0' />< set value='0' />< set value='0' />< set value='0' />< set value='0' /></ dataset></ chart>I can't see anything wrong with the xml - does anyone know if there's a way I can find out which XML element is malformed? Thanks in advance Share this post Link to post Share on other sites
FusionCharts Support Report post Posted April 23, 2008 Hi, Your XML works fine using StackedColumn3D.swf and dataURL method. Could you please let us know which swf and version you are using and whether you are using dataXML method. Share this post Link to post Share on other sites
Skells Report post Posted April 23, 2008 Hi, I'm using version 3.0.4 and I'm using the dataXML method. I'm trying to load StackedColumn3D.swf. I haven't had any problems passing XML into column charts and pie charts - it's only this stacked chart that's gone wrong. Thanks Share this post Link to post Share on other sites