03b23f66d5
- Use modern string literals (use QStringLiteral instead of QLatin1StringView for strings that go into the DOM API). - Use mime types in the file dialog handling - Streamline code - Remove mentions of SAX - Use per class includes - Do not use QObject::tr() - Use the configure system instead of QT_NO... defines - Fix some doc text typos Complements |
||
---|---|---|
.. | ||
dombookmarks | ||
CMakeLists.txt | ||
README | ||
xml.pro |
XML parsing and handling is supported through DOM compliant APIs. For reading or writing XML documents iteratively we recommend using Qt Core's QXmlStreamReader and QXmlStreamWriter classes. Documentation for these examples can be found via the Examples link in the main Qt documentation.