I want to parse an XML file from an SD card on Android, and I'll have to show the result in the view list. I tried to do this with this code:
for (int i = 0; i & lt; obj_nod_list.getLength (); i ++) {node list = obj_nod_list.item (I); String string = list.getFirstChild (). GetNodeValue (); But the result is in the org.apache.harmony.xml.dom.ElementImpl exception. What am i doing
check here,
Comments
Post a Comment