Is this enough to delete a node inside an Xml document?
node->DeleteChildren();
parent->DeleteChild(node);
or is there more necessary namely deleting the attributes?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is this enough to delete a node inside an Xml document?
node->DeleteChildren();
parent->DeleteChild(node);
or is there more necessary namely deleting the attributes?