summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-12-17 11:33:30 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-12-17 16:33:52 +0000
commit02203cf7cdc09bff9a98fff4ef786e693fc0c390 (patch)
tree37194aeee4989e548529b4ad7c38d80ef2be2eea
parentc4b4a679237ffce0a473aad865ad04f7b41fe071 (diff)
downloadqtdoc-02203cf7cdc09bff9a98fff4ef786e693fc0c390.tar.gz
Remove references to features of Qt Xml Patterns in overview
Fixes: QTBUG-99167 Change-Id: I44c82c821fc98fd53f15217a976ca5a9f80220a4 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit d880abaea8fa9bdd169de8fc61a53706bd5851f3) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/datastorage.qdoc8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/src/datastorage.qdoc b/doc/src/datastorage.qdoc
index e6706a79..d5d30b4c 100644
--- a/doc/src/datastorage.qdoc
+++ b/doc/src/datastorage.qdoc
@@ -156,14 +156,6 @@ necessary infrastructure:
\endlist
\endlist
-Besides reading and writing to XML streams, Qt also provides APIs for
-the following additional use cases:
-\list
- \li Querying an XML data source using XQuery and XPath
- \li XML transformation using XSLT
- \li XML schema validation
-\endlist
-
The following topics provide more insight into Qt XML support:
\list
\li \l {An Introduction to Namespaces}