diff options
author | Tobias Koenig <tokoe@kde.org> | 2009-05-31 11:28:18 (GMT) |
---|---|---|
committer | Tobias Koenig <tokoe@kde.org> | 2009-05-31 11:28:18 (GMT) |
commit | 4785ed9b76104c272476f62780dde086e21b20ce (patch) | |
tree | 3bcc1a447edab3cf046a604041b7bf3e1ed386c2 /doc/src/qtxmlpatterns.qdoc | |
parent | b24611f14453e6b870e25bdc3edcd4f6447ae87e (diff) | |
download | Qt-4785ed9b76104c272476f62780dde086e21b20ce.zip Qt-4785ed9b76104c272476f62780dde086e21b20ce.tar.gz Qt-4785ed9b76104c272476f62780dde086e21b20ce.tar.bz2 |
Add conformance section to qtxmlpatterns doc and extended api docs
Diffstat (limited to 'doc/src/qtxmlpatterns.qdoc')
-rw-r--r-- | doc/src/qtxmlpatterns.qdoc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/src/qtxmlpatterns.qdoc b/doc/src/qtxmlpatterns.qdoc index cb260fc..a48d713 100644 --- a/doc/src/qtxmlpatterns.qdoc +++ b/doc/src/qtxmlpatterns.qdoc @@ -839,6 +839,27 @@ with the \c fn:id() function. See \l{http://www.w3.org/TR/xml-id/}{xml:id Version 1.0} for details. + \section2 XML Schema 1.0 + + 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 + are: + + \list + \o Large \c minOccurs or \c maxOccurs values or deeply nested ones + require huge amount of memory which might cause the system to freeze. + Such a schema should be rewritten to use \c unbounded as value instead + of large numbers. This restriction will hopefully be fixed in a later release. + \o Comparison of really small or large floating point values might lead to + wrong results in some cases. However such numbers should not be relevant + for day-to-day usage. + \o Regular expression support is currently not conformant but follows + Qt's QRegExp standard syntax. + \o Identity constraint checks can not use the values of default or fixed + attribute definitions. + \endlist + \section2 Resource Loading When QtXmlPatterns loads an XML resource, e.g., using the |