diff options
author | Peter Hartmann <peter.hartmann@trolltech.com> | 2009-07-29 12:31:37 (GMT) |
---|---|---|
committer | Peter Hartmann <peter.hartmann@trolltech.com> | 2009-07-29 12:55:18 (GMT) |
commit | b1d26e71d3b22d3697f9889d81ac51f63ae51400 (patch) | |
tree | cb2e4a93162c7d3e79606edd8af1b7d135758039 /doc | |
parent | 6e570f8ed1d8298e5fefa7becf92af01daca2fcf (diff) | |
download | Qt-b1d26e71d3b22d3697f9889d81ac51f63ae51400.zip Qt-b1d26e71d3b22d3697f9889d81ac51f63ae51400.tar.gz Qt-b1d26e71d3b22d3697f9889d81ac51f63ae51400.tar.bz2 |
Xml Schema: document the xmlpatternsvalidator command line utility
Reviewed-by: TrustMe
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/qtxmlpatterns.qdoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/qtxmlpatterns.qdoc b/doc/src/qtxmlpatterns.qdoc index 9f8677b..3177736 100644 --- a/doc/src/qtxmlpatterns.qdoc +++ b/doc/src/qtxmlpatterns.qdoc @@ -841,6 +841,12 @@ \section2 XML Schema 1.0 + There are two ways QtXmlPatterns can be used to validate schemas: + You can use the C++ API in your Qt application using the classes + QXmlSchema and QXmlSchemaValidator, or you can use the command line + utility named xmlpatternsvalidator (located in the "bin" directory + of your Qt build). + The QtXmlPatterns implementation of XML Schema validation supports the schema specification version 1.0 in large parts. Known problems of the implementation and areas where conformancy may be questionable |