How to modify XML on Objective-C?

Posted by Vic on Stack Overflow See other posts from Stack Overflow or by Vic
Published on 2010-05-25T20:26:09Z Indexed on 2010/05/25 20:31 UTC
Read the original article Hit count: 214

Filed under:
|
|
|
|

Hi,

I'm working on a project for the iPad, I need to read and write to an xml file, which is also used by the counter part of the application in windows.

The problem that I have is that I've been looking around but I haven't found a way to modify an element or attribute in an xml, without having to build the whole xml again.

I saw this other post, which is basically the same problem that I have, and I also end it up in the same point as the person asking the question, NSXMLParser and TouchXML are read only and do not allowed me to modify my xml.

Any other suggestion about what can I use?

Thanks!

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about Xml