Update:- Seems like I have to give the URL which is returning me the xml. Here it is - URL
I am getting SAXParseException when parsing an xml.
I recommend abandoning the sax parser and using the Android officially supported XMLPullParser. Sax parser is not supported after Android Gingerbread (2.3.3)