Details
-
User Story
-
Resolution: Fixed
-
P2: Important
-
None
-
None
-
Foundation Sprint 75, Foundation Sprint 76
-
384fd011b (dev), 756b5ffde (6.5), 0014d428f (6.4)
Description
https://doc.qt.io/qt-5/xml-processing.html should get an overhaul:
- It still mentions The SAX Interface, which is deprecated
- It is part of Qt XML, while the arguably more improtant classes - QXmlStreamReader, QXmlStreamWriter - are in Qt Core
- The only other Qt page that links to it is actually https://doc.qt.io/qt-5/unicode.html , which is a hint that it is hard to find.
Suggestions
- Remove SAX part
- Move overview parts out of Qt XML, to qtdoc
- Revisit structure (nextpage, prevpage)