qt5base-lts/examples/xml
Sergio Ahumada f262815f2e Fix some more old references and links to Nokia
Task-number: QTBUG-28156
Change-Id: I9ba0d6f1e92103219bec1e61e716b6b2f269a8ad
Reviewed-by: Laszlo Papp <lpapp@kde.org>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
2013-01-28 14:27:57 +01:00
..
doc Doc: Added documentation for the examples 2012-12-11 10:37:51 +01:00
dombookmarks Fix some more old references and links to Nokia 2013-01-28 14:27:57 +01:00
htmlinfo Fix some more old references and links to Nokia 2013-01-28 14:27:57 +01:00
rsslisting Fix some more old references and links to Nokia 2013-01-28 14:27:57 +01:00
saxbookmarks Fix some more old references and links to Nokia 2013-01-28 14:27:57 +01:00
streambookmarks Fix some more old references and links to Nokia 2013-01-28 14:27:57 +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.