Export sqlite and plist files to html
How do I export an sqlite file and if possible a plist file to html?
Do I do need to convert them to something first and if so, what & how?
Thank you!
Mac mini, OS X Mountain Lion (10.8.2)
How do I export an sqlite file and if possible a plist file to html?
Do I do need to convert them to something first and if so, what & how?
Thank you!
Mac mini, OS X Mountain Lion (10.8.2)
You would have more luck with the plist file. Those can be converted to XML (if they aren't already there) and, from there, can be converted to HTML via XSL. Some programming is still required but not on the same scale.
That isn't directly possible. It would require some programming.
Thx — I'll still looking for a workaround I can understand, before I give up — but your answer sure helps.
Export sqlite and plist files to html