i need to write new line in an character section like this:
<abc>edf 
 xyz</abc>
i use QXmlStreamWriter::writeCharacters();
the problem is that qxmlstreamwriter replaces '&' bei '&' which results in :
<abc>edf &#xD; xyz</abc>
how can i avoid that?
best regards,
jh
Bookmarks