qt5base-lts/examples/xml
Oswald Buddenhagen 586adeabe4 add and use qtHaveModule() function
this is much more elegant than the so far propagated !isEmpty(QT.foo.name).
also replace feature-specific tests (no-gui and no-widgets) and the
obsolete contains(QT_CONFIG, foo) syntax.

Change-Id: Ia4b3c8febcabf9eeca67b1f9173a523820b1038b
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: Tasuku Suzuki <stasuku@gmail.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2012-12-21 19:05:02 +01:00
..
doc Doc: Added documentation for the examples 2012-12-11 10:37:51 +01:00
dombookmarks centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
htmlinfo centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
rsslisting centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
saxbookmarks centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
streambookmarks centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
xmlstreamlint centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00
xml.pro add and use qtHaveModule() function 2012-12-21 19:05:02 +01:00

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.