Hi, I have created a simple application on android platform.
Application is parsing an XML.

SAXParser sp = spf.newSAXParser();
//parse the file and also register this class for call backs
sp.parse("./sdcard/employees.xml", this);

I am getting java.io.IOException: Couldn't open ./sdcard/
employees.xml. I had pushed the xml in sdcard.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to