Hi
I'm trying to build an android example for load a simple XML file.
i use this code
//Parse XML
XML xml;
xml = loadXML("POI.xml");
but I got cannot find symbol
the example was working fine with previous version using XMLElement but I see that in version 2.0 it has been transform to a XML class
any suggestion?
regards
I'm trying to build an android example for load a simple XML file.
i use this code
//Parse XML
XML xml;
xml = loadXML("POI.xml");
but I got cannot find symbol
the example was working fine with previous version using XMLElement but I see that in version 2.0 it has been transform to a XML class
any suggestion?
regards
3