Loading...
Logo
Processing Forum
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

Replies(2)

I think the new way of writing this is...
Copy code
  1. XML xml = new XML("something");
Believe I saw an issue about it and that the reference will be updated to reflect this change.