- Jan 8, 2006
- 836
- 0
- 0
i want to convert an XML file i currently have to a plist file. i need it to be relatively quick and easy or is there some way to make it automated?
background:
i am writing an iPhone app that right now reads an XML file from web server, parses the data which i then use in my program. problem is the XML file is very large and it takes a long time for the app to load and i would rather have the program work regardless if you have internet or not. therefore, i want to modify my program to use a plist stored on the phone instead (plist also easier to search and manipulate) and i was wondering how difficult would it be to convert the XML file to plist file?
background:
i am writing an iPhone app that right now reads an XML file from web server, parses the data which i then use in my program. problem is the XML file is very large and it takes a long time for the app to load and i would rather have the program work regardless if you have internet or not. therefore, i want to modify my program to use a plist stored on the phone instead (plist also easier to search and manipulate) and i was wondering how difficult would it be to convert the XML file to plist file?