at processing.xml.XMLUtil.errorInvalidInput(Unknown Source)
at processing.xml.StdXMLParser.scanData(Unknown Source)
at processing.xml.StdXMLParser.parse(Unknown Source)
at processing.xml.XMLElement.parseFromReader(Unknown Source)
at processing.xml.XMLElement.<init>(Unknown Source)
at xml_test.setup(xml_test.java:25)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:619)
My xml file is saved next to the pde file in my sketchbook. I've tried putting the xml file in a folder called "data" but then it can't be found. As far as I can see, I'm doing exactly the same as in the XMLElement reference
http://processing.org/reference/XMLElement.html and I can't figure out what's going wrong.