ingob Report post Posted March 28, 2008 (edited) Hi, does anyone know how to create multiple charts within one html-file from one xml-file which contain more than one chart nodes?? example xml: <?xml version="1.0" encoding="utf-8"?> code > I'm thinking of parsing the xml-file containing multiple chart nodes with JavaScript but isn't there any built in solution for my problem? How do I create nested charts like the example on http://www.fusioncharts.com/Demos/Blueprint/ ? thx for any help! Ingo Edited March 28, 2008 by Guest Share this post Link to post Share on other sites
FusionCharts Support Report post Posted March 29, 2008 Hi, YOu can use this javaScrip to split a string having multiple chart XML into an array var arrXML=yourBigXML.match(/<chart.+?</chart>/g); Share this post Link to post Share on other sites