I haven't looked in detail at your code, but the XML is unusual in that everything inside the elements is contained in CDATA markers. This may exclude it from being considered as text by QXmlStreamReader because it could be any arbitrary binary.
I haven't looked in detail at your code, but the XML is unusual in that everything inside the elements is contained in CDATA markers. This may exclude it from being considered as text by QXmlStreamReader because it could be any arbitrary binary.
Bookmarks