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

update XML from XMLelement from processing 1.5

$
0
0
Hi,

I'm using this code in 1.5 to get the number of children, where e is XMLElement
int n = e.getChildCount();

Then when I update my code to 2.0, I just replace XMLElement with XML,
 the same code get different counts on the children.

in 1.5 I get 10, however in 2.0 I get 23....

Please help me!!!!!!!!!!!!!!!!!!!
Thanks

Viewing all articles
Browse latest Browse all 1768

Trending Articles