Re: [android-developers] Re: How to parse element value using attribute value.

2011-05-23 Thread Miguel Morales
BTW, from 2 seconds of using google: http://www.androidpeople.com/android-xml-parsing-tutorial-using-saxparser On Mon, May 23, 2011 at 12:25 AM, Miguel Morales wrote: > Your question is written in broken English so it's difficult to understand > it. > For example, you didn't mention you had alrea

Re: [android-developers] Re: How to parse element value using attribute value.

2011-05-23 Thread Miguel Morales
Your question is written in broken English so it's difficult to understand it. For example, you didn't mention you had already parsed the regular XML. Then you said you didn't know XML. So, to make it easier for all of us, you may want to write your question in proper English and put some more thou

Re: [android-developers] Re: How to parse element value using attribute value.

2011-05-23 Thread HariRam
Hi Miguel Morales, You are right, we can parse xml using Android. i already did that. i have problem with parsing xml using attribute. can you pls read my question properly. -- Thanks and Regards Hariram -- You received this message because you are subscribed to the Google Groups "Android

Re: [android-developers] Re: How to parse element value using attribute value.

2011-05-23 Thread Miguel Morales
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 wrote: > I dont know DOM and XML. i am parsing XML in my android application, since > that i want to parse only element

Re: [android-developers] Re: How to parse element value using attribute value.

2011-05-22 Thread HariRam
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 wrote: > Are you knew to XML and DOM aslo? Because this is no

[android-developers] Re: How to parse element value using attribute value.

2011-05-22 Thread Zsolt Vasvari
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 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 examp