Re: [android-developers] XML Parsing w/ DocumentBuilder

2012-03-30 Thread Anirudh Loya
Use XML with sitelist.. !! It will work fine. No idea about document builder. On Thu, Mar 29, 2012 at 10:34 PM, Bozzified bozi...@gmail.com wrote: Hello everyone. I am trying to get a hang of XML parsing and can't get this to show me the right elements as I'm fairly new to Android/Java dev.

Re: [android-developers] XML Parsing w/ DocumentBuilder

2012-03-30 Thread Ralph Bergmann | the4thFloor.eu
I have not tried it but I think the 3rd child of the item element is the title element. But you need the text child from this title element. Ralph -- Ralph Bergmann iOS and Android app developer www http://www.the4thFloor.eu | http://www.dasralph.de mail

Re: [android-developers] XML Parsing w/ DocumentBuilder

2012-03-30 Thread Anirudh Loya
Ralph, He needs URL and the title after Parsing. very much doable with XML parsing. On Fri, Mar 30, 2012 at 4:46 PM, Ralph Bergmann | the4thFloor.eu ra...@the4thfloor.eu wrote: I have not tried it but I think the 3rd child of the item element is the title element. But you need the text child

[android-developers] XML Parsing w/ DocumentBuilder

2012-03-29 Thread Bozzified
Hello everyone. I am trying to get a hang of XML parsing and can't get this to show me the right elements as I'm fairly new to Android/Java dev. Would appreciate some guidance. I've build a class that gets the custom xml url and needs to parse it and fill ArrayList with values. After trying