Kai Köhne d5d5beb79e Doc: Add XML, Json, CBOR examples to IO category
Task-number: QTBUG-112372
Change-Id: I867bd33ff08629e03b35eccd4b7418573abe7c68
Reviewed-by: Øystein Heskestad <oystein.heskestad@qt.io>
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
(cherry picked from commit 0de3a17394e947bb04de0a004bb18f7533acfbb6)
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2023-05-11 09:05:10 +02:00
..

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.