hallo, I'm a newbe.
I need read a XML file and modify it.
I've seen the addressBookXML2. this example read a file and ,to rewrite it, re-CREATES ALL structure: starts from a new XmlNode object and fill it with Add().
This because function Node(int) returns a const XmlNode object.
But my XML files is very complex and I need modify only 1 value.
Why the dom-generated-tree is read only????
There's a function to modify it?
...Or copy some integer-block (nodes) to another tree, so I can create a new object and fill with copy...