PDA

View Full Version : QDOnDocument and XML



bismitapadhy
17th November 2009, 08:35
i have some data in stringlist. I want to write individual string of the stringList in XML file in the same name and again retrieve the string from the same xml file. How can i do it?

I am thinking
get all the data of stringlist into string,join it by comma and store it in xml and while extracting get the string split it by comma and by comparing comma store it in stringlist.

or

store the text node by same. In this conditin i am in confusion that how to extract data again.Please give me better option to store it in xml and retrieve the data again.