Skip to content Skip to sidebar Skip to footer

Traversing Complex Xml File In Android

I have a xml file that is on this link http://nchc.dl.sourceforge.net/project/trialxml/options.xml I have downloaded and parsed it successfully and also made a dynamic UI, but I h

Solution 1:

Try using DOM parser, to parse your xml document

See this link for further details:

http://tutorials.jenkov.com/java-xml/dom.html

Post a Comment for "Traversing Complex Xml File In Android"