IsModified() feature added : Request number 1157555
Brought to you by:
leethomason
After loading the file or saving the file with a document object, the method TiXmlDocument::IsModified() returns false unless a writing operation is performed on the document object and it returns true if any such operation is performed. Those operations may be any of the following
- Insert, remove and edit of any Elements, Attributes, Texts, Comments and declarations.
- In general changing any content in the document.
Patch for the feature request 1157555