PDA

View Full Version : convert a text file with space as delimiter into xml file



deck99
7th April 2011, 01:54
Hi.......
I have a text file with sapce as delimiter and i want it to convert into xml file format. how should i do it?

ChrisW67
7th April 2011, 04:45
One line at a time. You might use QFile, QTextStream and QXmlStreamWriter or you might need to do it some other way. We really have no way to know.

How to Ask Questions The Smart Way (http://www.catb.org/~esr/faqs/smart-questions.html)