diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/images/xml-schema.png | bin | 0 -> 48931 bytes | |||
-rw-r--r-- | doc/src/qt4-intro.qdoc | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/images/xml-schema.png b/doc/src/images/xml-schema.png Binary files differnew file mode 100644 index 0000000..b1bcecc --- /dev/null +++ b/doc/src/images/xml-schema.png 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. |