In what mode do you open that file?
In what mode do you open that file?
qball2k5 (17th March 2006)
I ReadWrite
I used ReadWrite? Is that wrong? Should I just use Write? Will that append?
Got it...use Append instead of ReadWrite...thanks!
Use QDom or SAX for writing XML files. It is the best way to do it...
SAX (and to a lesser extent DOM) is more approriate for parsing files, not writing them, QDomDocument::toString does help to write a file.Originally Posted by Xagen
Look at the Sax and Dom's examples in the QT distribution...Originally Posted by dimitri
Read the following book:
"Programming with QT3" by J.Blanchette.
Bookmarks