Loading and Saving XML files

I have to write a code in Native C++ using which i have to load the contents of an XML into GUI and write back the changes done (pertaining to parameters) into another xml which is a replica of the loaded XML. The usage of TinyXml is a must. I am new to C++ programming. I have done the same thing ample no. of times in C# but have no clue how to do the same in Native C++ using TinyXml. The code in TinyXml tutorial shows the load and save feature but using the parameters within the code whereas i have to change them at run-time using the GUI.

The contents from the GUI will be received in a map or vector form.
I have to create a replica of the original xml and the data that i have got in the map/vector has to be updated in the fields accordingly. The map will conatin all the values, even the one which have not been changed. So in a way, i have to override all the child values, but since i dont have the names of the labels used in GUI, i have to consider the 1st value as the value of first child and so on.

Please help. Its kind-a- urgent. Thankyou.
Topic archived. No new replies allowed.