Update XML file in QT

luffybattousai

New Member
I have Xml file\[code\]<root rootname="RName" otherstuff="temp"> <somechild childname="CName" otherstuff="temp"> </somechild></root>\[/code\]in the above XML how can I update \[code\]RName\[/code\] to \[code\]RN\[/code\] and \[code\]CName\[/code\] to \[code\]CN\[/code\] using QT. I am using \[code\]QDomDocument\[/code\] but not able to do required thing.PLZ do help
 
Back
Top