Traversing complex xml File in android

前端 未结 1 932
迷失自我
迷失自我 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)
提交回复
热议问题