I have several *.xml
files, and I need to parse this data and display it as a list. Can anyone point me in the right direction of how to solve this problem? Thanks in advance for any hel开发者_如何学Pythonp.
If your question is about XML parsers available on Android, you can use both a DOM parser or a SAX parser, available in the package javax.xml.parsers.
精彩评论