We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I would like to load a XML file and put the data in a 2d array. I did see the loadXML reference page: http://p5js.org/reference/#p5/loadXML but I can't find an example of how to use loadXML using p5js. Does anyone know an example or does anyone have an example?
Answers
Perhaps you should look at preload(): http://p5js.org/reference/#/p5/preload
Not really. I'm looking for something like this for P5js: https://processing.org/reference/loadXML_.html