update XML from XMLelement from processing 1.5
in
Core Library Questions
•
4 months ago
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
1