xml reports 0 children
in
Programming Questions
•
1 year ago
when i use this:
- XMLElement xml = new XMLElement("crisis_money_projecten.xml");
- println(xml.getChildCount());
then it prints 0
I can't see any thing wrong but since I made the file by hand there probably is.
Could someone please take a look?
1