So suppose we have an application that creates and writes and XML file using QXmlStreamWriter, and the XML will look like this:
What I would neeed now is that other application opens the file and ands another <element> block so the file would look like this:<xml>
<element></xlm>
<atrib>Something</atrib></element>
<atrib>Something else</atrib>
<element>
<atrib>Other</atrib></element>
<atrib>Do not know</atrib>
Any guess<xml><element></xlm><atrib>Something</atrib></element>
<atrib>Something else</atrib>
<element><atrib>Other</atrib></element>
<atrib>Do not know</atrib>
<element><atrib>New</atrib></element>
<atrib>New</atrib>




Reply With Quote
Bookmarks