i'm working on a little d3.js asignment for school.. I looked at some examples to load a XML file, but I can't figure it out what i'm doing wrong.. The XML file is loading correct.. I'm just figuring out JS so please not to technical ;p.. this is the code: \[code\]d3.xml("data.xml", "application/xml", function(xml) { var data = http://stackoverflow.com/questions/14463644/d3.select(xml).selectAll("path"); console.log("data uit de xml= " + data);});\[/code\]Thanx!