Can we parse the iPhone/iPad based pList XML from Java on Android? Please tell me if any such library you have used or know about?
+1
A:
Since a plist is just an XML file, you can use any of the available XML parsers. Personally, I use XmlPullParser for small files.
irlennard
2010-10-11 08:21:13
A:
Hamiseixas
2010-10-11 19:15:08
i have already tried this , but this library is producing the illegal argument error, which is already listed in the known issues section.
Abhishek Gupta
2010-10-12 05:20:30
during your testing what you get? is it working fine on your machine, or please tell me how you make it work.
Abhishek Gupta
2010-10-12 05:21:32
Damm, i couldnt get it working either.
Hamiseixas
2010-10-13 18:07:48