Thanks,
I am using QDomDocument to create the xml, example :
Qt Code:
doc.appendChild( root ); root.appendChild( dbc ); root.appendChild( read ); // etcTo copy to clipboard, switch view to plain text mode
and then using QTextStream to write the file.
I can't seem to find methods for actually amending the xml without having to re-create the dom...I know there must be some! Maybe setNodeValue?
Regards,
Steve
Bookmarks