summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-10-02 10:36:37 (GMT)
committerJanne Anttila <janne.anttila@digia.com>2009-10-02 10:36:37 (GMT)
commitf3e22526cb8464881d75cca33440fdb5425b2f29 (patch)
tree0509af84c53096554e64326785e9e150c519aaa3 /doc/src
parentc6eb19412f1d0ffc1d5be1c7451e779c0286e013 (diff)
parentaf6a5c509390ee6a1b5022d81fd4660999550332 (diff)
downloadQt-f3e22526cb8464881d75cca33440fdb5425b2f29.zip
Qt-f3e22526cb8464881d75cca33440fdb5425b2f29.tar.gz
Qt-f3e22526cb8464881d75cca33440fdb5425b2f29.tar.bz2
Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/images/xml-schema.pngbin0 -> 48931 bytes
-rw-r--r--doc/src/platforms/supported-platforms.qdoc2
-rw-r--r--doc/src/qt4-intro.qdoc2
3 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/images/xml-schema.png b/doc/src/images/xml-schema.png
new file mode 100644
index 0000000..b1bcecc
--- /dev/null
+++ b/doc/src/images/xml-schema.png
Binary files differ
diff --git a/doc/src/platforms/supported-platforms.qdoc b/doc/src/platforms/supported-platforms.qdoc
index 788af67..65d335b 100644
--- a/doc/src/platforms/supported-platforms.qdoc
+++ b/doc/src/platforms/supported-platforms.qdoc
@@ -140,7 +140,7 @@
Even though some Tier 3 platforms are available under the Qt Commercial License,
technical support is not included in that license.
- However, \l{Hot to Order}{contact our sales team} to find out about the
+ However, \l{How to Order}{contact our sales team} to find out about the
availability of other services for those platforms.
Qt users should note, however, that there may be various open source
diff --git a/doc/src/qt4-intro.qdoc b/doc/src/qt4-intro.qdoc
index 47eab16..1fd62be 100644
--- a/doc/src/qt4-intro.qdoc
+++ b/doc/src/qt4-intro.qdoc
@@ -627,6 +627,8 @@
through C++ APIs in the Qt application, or using the xmlpatternsvalidator
command line utility. The implementation of XML Schema Validation supports
the specification version 1.0 in large parts.
+
+ \img xml-schema.png
See the \l{XML Processing} and QXmlSchema class documentation for more
information.