qt6-bb10/examples/xml
Jani Heikkinen cd46a2daf5 Unify license header usage.
Update files using old header.LGPL3 to header.LGPL
Update files using old FDL template to use new one
Update files using old BSD template to use new one

Change-Id: I36a78272516f9953d02956522f285b40adfc8915
Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
2016-03-29 10:20:03 +00:00
..
dombookmarks Unify license header usage. 2016-03-29 10:20:03 +00:00
htmlinfo Unify license header usage. 2016-03-29 10:20:03 +00:00
rsslisting Unify license header usage. 2016-03-29 10:20:03 +00:00
saxbookmarks Unify license header usage. 2016-03-29 10:20:03 +00:00
streambookmarks Unify license header usage. 2016-03-29 10:20:03 +00:00
xmlstreamlint Unify license header usage. 2016-03-29 10:20:03 +00:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00
xml.pro Check for network module when building according examples 2013-02-21 07:27:25 +01:00

README

XML parsing and handling is supported through SAX and DOM compliant APIs.

Qt's SAX compliant classes allow you to parse XML incrementally; the DOM
classes enable more complex document-level operations to be performed on
XML files.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.