Parsing xml file [solved]
-
Qt offers 3 ways to parse Xml files:
- "QXmlStreamReader":http://qt-project.org/doc/qt-5/QXmlStreamReader.html - part of QtCore: is very fast, but not so easy to implement
- "QDom":http://qt-project.org/doc/qt-5/qdomdocument.html - slower, more memory-heavy, but easy to implement
- QXmlReader/ "QXmlSimpleReader":http://qt-project.org/doc/qt-5/qxmlsimplereader.html