I assume you are rewriting the XML back to the file somewhere else
XMLNode parses an xml string. In memory.So this is all in memory, you need to write this back to disk
Andy, thanks! thats something I was missing. Can you give an example on how to write this back.. Do I just do a get_xml and then open the respective file and write back to it?