java - How can I read an XML file from an SD card? -


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

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -