Why not just use the xml parser that comes with Android: http://developer.android.com/reference/javax/xml/parsers/package-summary.html
On Sun, May 22, 2011 at 11:37 PM, HariRam <[email protected]> wrote: > I dont know DOM and XML. i am parsing XML in my android application, since > that i want to parse only element having attribute value. do you know how to > parse element using Attribute..?? > > > On Mon, May 23, 2011 at 11:54 AM, Zsolt Vasvari <[email protected]>wrote: > >> Are you knew to XML and DOM aslo? Because this is not an Android >> question. DOM works on any platform the same way. >> >> >> >> On May 23, 2:01 pm, HariRam <[email protected]> wrote: >> > Hi guys, >> > >> > I am parsing xml using DOM. I want to parse the element which is having >> > attribute value. is this possible in DOM..?? For example<tag1 >> > att="recent">Value of tag1</tag1> >> > <tag2>value of Tag 2</tag2>. i want to parse only element having >> attribute >> > value. pls guide me. i am new to android. >> > >> > -- >> > Thanks and >> > Regards >> > Hariram >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en > > > > > -- > Thanks and > Regards > Hariram > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- ~ Jeremiah:9:23-24 Android 2D MMORPG: http://solrpg.com/, http://www.youtube.com/user/revoltingx -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

