Hi, Kevin Kofler wrote: > Can we have the XML SAX API in that module too? AIUI, Qt 6 will only include > the XML stream API and the XML DOM API (the latter being ported from SAX > to streams as the underlying implementation).
That's right, in Qt 6 we won't use the SAX APIs internally anymore. As far as I know, the plan was to remove them in Qt 6, since QXmlStreamReader is a better alternative. But if you really need the SAX APIs, I would suggest to create a ticket, maybe we can consider keeping them if there's enough interest. Best regards, Sona _______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
