Move the module qdoc files from qtdoc and split up doc/src.
[profile/ivi/qtbase.git] / doc / src / xml / qtxml.qdoc
1 /*!
2     \module QtXml
3     \title QtXml Module
4     \ingroup modules
5     \ingroup technology-apis
6
7     \brief The QtXml module provides a stream reader and writer for
8     XML documents, and C++ implementations of SAX and DOM.
9
10     To include the definitions of the module's classes, use the
11     following directive:
12
13     \snippet doc/src/snippets/code/doc_src_qtxml.cpp 0
14
15     To link against the module, add this line to your \l qmake \c
16     .pro file:
17
18     \snippet doc/src/snippets/code/doc_src_qtxml.pro 1
19
20     Further XML support is provided by the \l{Qt Solutions} group who
21     provide, for example, classes that support SOAP and MML with the
22     Qt XML classes.
23 */