it’s the first time that I’m trying to parse an xml file so I need a little help of understanding how to get all the information that I need from an xml string in my android application. Here is my xml String :
<ASX VERSION="3.0"><TITLE>Hits80and90.Com</TITLE><ENTRY> <TITLE>Hits 80s and 90s</TITLE> <REF HREF= "http://server-uk3.radioseninternetuy.com:11168"/> <AUTHOR>Hits80and90.Com</AUTHOR> <Abstract>The Best Music On The Web</ABSTRACT> </ENTRY></ASX>
How can I get all the information in <ENTRY> tags like title, link and etc?
Thanks for any kind of help!
This is what you can use to parse your XML String :