Quantcast
Channel: Processing Forum
Viewing all articles
Browse latest Browse all 1768

Re : XMLElement Problem in Processing 2.0b7

$
0
0
Perhaps add this line at the start of your sketch:
import processing.data.XMLElement;
You rightfully posted in the Core Library section, and these libraries need an explicit import.

Note that the XMLElement usage as greatly changed since 1.5.1. You need to adapt whatever code parsing XML to the new way.

Viewing all articles
Browse latest Browse all 1768

Trending Articles