diff options
author | David Boddie <dboddie@trolltech.com> | 2009-11-24 13:36:34 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-11-24 13:36:34 (GMT) |
commit | 8eea9828289b842c8a300f1f4309d059b15fd7b0 (patch) | |
tree | c1e2b8c97fb8d14799e167411aaface4cf347d6a /doc | |
parent | fe23e6e4e7ae81b3a2dee76282be2a4cb4208b89 (diff) | |
download | Qt-8eea9828289b842c8a300f1f4309d059b15fd7b0.zip Qt-8eea9828289b842c8a300f1f4309d059b15fd7b0.tar.gz Qt-8eea9828289b842c8a300f1f4309d059b15fd7b0.tar.bz2 |
Doc: Added missing version information about XML Schema support.
Reviewed-by: Trust Me
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/external-resources.qdoc | 5 | ||||
-rw-r--r-- | doc/src/modules.qdoc | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/src/external-resources.qdoc b/doc/src/external-resources.qdoc index f965869..cd99505 100644 --- a/doc/src/external-resources.qdoc +++ b/doc/src/external-resources.qdoc @@ -417,3 +417,8 @@ \externalpage http://www.w3.org/TR/REC-CSS2/selector.html#q1 \title Standard CSS2 selector */ + +/*! + \externalpage http://www.w3.org/XML/Schema + \title XML Schema +*/ diff --git a/doc/src/modules.qdoc b/doc/src/modules.qdoc index 94cab58..3058b84 100644 --- a/doc/src/modules.qdoc +++ b/doc/src/modules.qdoc @@ -503,7 +503,7 @@ \ingroup modules \brief The QtXmlPatterns module provides support for XPath, - XQuery, XSLT and XML schema-validation. + XQuery, XSLT and XML Schema validation. To include the definitions of the module's classes, use the following directive: |