Changing content of existing nodes with TXMLEngine

Dear ROOTers,

I’ve been successfully using TXMLEngine to create new XML files, or read existing ones.

However, I can’t figure out how to update existing ones, e.g. change the content of one of the nodes.

Thanks in advance for help!

Greetings,
Slava

Dear Slava,

There is no function provided to change content of existing node.
The only you can do - delete existing node and create new one.

Be aware to use UnlinkFreeNode() method for that.

With best regards,
Sergey