is it possible to write to an XML file that I've read from without using an external library ? I have read about writing using things KissXML, but I would like to write without anything extra.
So if I have an NSXMLElement or an NSXMLDocument in memory, how would I go about changing one of its nodes?
Thanks