// Processing XML parsing example // using nanoXML library by cyberElf (http://web.wanadoo.be/cyberelf/nanoxml/) // author: info at toxi.co.uk // // for questions, please consult NanoXML javadocs Object[] places; XMLElement xml; void setup() { size(400,300); textFont(loadFont("Franklin_Gothic_Medium.vlw"),24); // load & parse XML xml = new XMLElement(); String xmlString=""; String[] lines=loadStrings("test.xml"); for(int i=0; i