pekem Report post Posted April 16, 2009 I want to show the economy for each of 50 different countries as a 3DPIE, so when I click on each country - either on a map or as text - the 3DPIE will redraw itself with the new value input. I really think its a little to much having to publish 50 different xml-files. So how do I do that in just one xml-file. Share this post Link to post Share on other sites
Dhruva Report post Posted April 16, 2009 Hello, You could consider using server side scripting to do this. One approach would be to use AJAX to parse the XMLs, split them and then store them into an array with 50 elements. Then the XMLs can be fetched from the array, depending on whichever country is clicked on. I hope this helps. Share this post Link to post Share on other sites