I have a table, that has pointers to "TiXmlElement" nodes.
How can I move such nodes in the dom tree, so that the references in the table does not get lost?
thanks,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello!
I have a table, that has pointers to "TiXmlElement" nodes.
How can I move such nodes in the dom tree, so that the references in the table does not get lost?
thanks,
I think you can call the method RemoveChild() to implement it.