Hi,
Processing XML work anymore? I think I read somewhere that not. I am using version 2.0.1.
Processing XML work anymore? I think I read somewhere that not. I am using version 2.0.1.
I tried the examples exactly as provided on the references pages, such as
http://processing.org/reference/XML.html
But I get the errors:
Type mismatch: cannot convert from processing.data.XML to XML.XML
Type mismatch: cannot convert from processing.data.XML to XML.XML
and
The method getChildren(String) is undefined for the type XML
My goal is to simply read and write strings from a simple XML file, nothing fancy.
I also do understand that
JAXB
XML parsing is available, but the
XML functions on the forum seemed a lot more straightforward for my purposes.
1