iphone - Convert XML to .plist -


I have exported XML from Oracle DB, which will be downloaded in the main bundle of my application.

I want to convert this XML file to .plist file so that I can specify prices in NSERR and NSARRA ..

Is there any way to do this work? Or is there a better way to work with an external XML file?

Note that one of the XML fields is a complete HTML content

Example:

   & Lt; / DATA_RECORD & gt; & Lt; / Home & gt;  

What about it?

You Plutil

  plutil -convert xml1 il_tuo_file_binario.plist  

PS: I've edited Because I have read the first time


Comments