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
YOu can use this javaScrip to split a string having multiple chart XML into an array
var arrXML=yourBigXML.match(/<chart.+?<\/chart>/g);