Possible Duplicate:
xml parsing in android
i am new to android . hows can i do parsing of the url http://simplyappointments.com/[email protected]
can anyone help me in doing parsing.
I will be very thankful to you.
,
You can use the SAX parser. See an example here.