Hmm.
QXmlStreamReader::readNext() returns an indicator on what the stream is currently at, so it should be possible to "replay" the same things on a QXmlStreamWriter.
E.g. when the token is StartElement, write a start element and so on.
Cheers,
_
Hmm.
QXmlStreamReader::readNext() returns an indicator on what the stream is currently at, so it should be possible to "replay" the same things on a QXmlStreamWriter.
E.g. when the token is StartElement, write a start element and so on.
Cheers,
_
rawfool (19th August 2014)
Bookmarks