views:

59

answers:

2

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
A: 

Try it

http://code.google.com/p/xmlwise/

I'm testing it right now.

Hamiseixas
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
during your testing what you get? is it working fine on your machine, or please tell me how you make it work.
Abhishek Gupta
Damm, i couldnt get it working either.
Hamiseixas