I'm having problems with code that calls createXML() in Processing 2.0b9. For example, the sample code for createXML():
works fine under 2.0b8 but I get this error when I try to run it under 2.0b9:
The function createXML(String) does not exist.
rich