Simple way to modify XML in iOS

228 Views Asked by At

I get an XML file with a huge amount of data. I would like to add some entries to it. I have looked at GDataXML and a few others but cant seem to find something that will allow me to add entries without having to fully map the XML and then reconstruct it. What is a simple way to get this done?

1

There are 1 best solutions below

0
On BEST ANSWER

As you have looked at GDataXML and don't want to go for it, then TouchXML could be a nice alternative. Here is a good tutorial on how to use TouchXML here.