update data in previous node of xml using tinyxml

trueblue28

New Member
I want to update the xml data of a previous node.here is the data am saving as xml using tinyxml\[code\] <?xml version="1.0" encoding="utf-8" ?><application> <appname>New Tab - Google Chrome</appname> <starttime>2013:01:24 - 15:12:45</starttime></application><application> <appname>Notepad</appname> <starttime>2013:01:24 - 15:27:42</starttime></application><application> <appname>CCleaner</appname> <starttime>2013:01:24 - 15:27:44</starttime></application>\[/code\]Everytime a new node starts, the starttime of the current node should be the end time of previous node.How can i update the previous node with the current start times as ... in between the previous node.
 
Back
Top