Traversing complex xml File in android

前端 未结 1 857
迷失自我
迷失自我 2021-01-26 00:34

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

相关标签:
1条回答
  • 2021-01-26 00:53

    Try using DOM parser, to parse your xml document

    See this link for further details:

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

    0 讨论(0)
提交回复
热议问题