Converting QXmlItem to QtDomElement or similar?
- by EightyEight
Hello everyone.
I'm parsing a fairly complicated XML file of the following structure:
<root> ... ... <item> <subitem id="1"/> <text> text1 </text> </item> <item> <subitem id="2"/> <text> text2 </text> </item> ... …