Search code examples
c++xmlmfcxmllite

How do I load and update a XML


I have tried with XML Lite which is pretty good with reading and writing a new xml , but when I try to add a new element to an existing XML , I am unable to figure out how to go about it.

Is there any other way, I can do XML operation.


Solution

  • For simple XML work TinyXml is a good place to start.