How to write XML files?

nacho4d picture nacho4d · Oct 3, 2010 · Viewed 7.2k times · Source

I want to write a not so complicated but large file within my app and be able to send it by mail (using MFMailComposeViewController) Since NSXMLElement and related classes are not ported to iPhone SDK what options do I have for creating XML documents? Thanks in advance.

Answer

codelark picture codelark · Oct 20, 2010

I would recommend using KissXML. The author started in a similar situation as you and created an NSXML compatible API wrapper around libxml. He discusses the options and decisions here on his blog.