I’m using the youtube api’s non resume method to upload a video to youtube from my android app. The response of this upload is an xml file. I need to parse it and find the url of the video (WHICH IS IN THE TAG media:player url). How to get that url?
The xml is as follows



Finally I decided to parse that XML using the string manipulation methods. That thing was a success as I need only the url. I manipulated the string as follows
Here youtubeXml is a String which contains the String representation of the output data stream