summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-10-02 11:39:09 +0200
committerVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-10-02 11:39:09 +0200
commitfe85e470d76f6e53759d0fd508e858add5de1eb0 (patch)
tree9c26ea9519c8d3f292de5f964c16186ab6d9cf83 /doc
parent3fa3d9119d1c9664b9632057bf0cb33d63c1575f (diff)
Doc: add image for XML Schema support to What's New in 4.6 page.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/images/xml-schema.pngbin0 -> 48931 bytes
-rw-r--r--doc/src/qt4-intro.qdoc2
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/images/xml-schema.png b/doc/src/images/xml-schema.png
new file mode 100644
index 0000000000..b1bceccb12
--- /dev/null
+++ b/doc/src/images/xml-schema.png
Binary files differ
diff --git a/doc/src/qt4-intro.qdoc b/doc/src/qt4-intro.qdoc
index 47eab161d6..1fd62beafc 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.