summaryrefslogtreecommitdiffstats
path: root/doc/src/xml-processing
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-02-23 20:44:44 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-02-23 20:44:44 (GMT)
commitac67986f156861a7e64ed80a3a23db19fba8df6a (patch)
tree26602e5314cbf73e91c78f885b1d5b583efad6ea /doc/src/xml-processing
parent01116bb669f072af2227fff5f9da33bc77af7256 (diff)
parent95e0e5b70b677a7468648a8ccc8d8ae553c3ca30 (diff)
downloadQt-ac67986f156861a7e64ed80a3a23db19fba8df6a.zip
Qt-ac67986f156861a7e64ed80a3a23db19fba8df6a.tar.gz
Qt-ac67986f156861a7e64ed80a3a23db19fba8df6a.tar.bz2
Merge remote branch 'staging/master' into bearermanagement/staging
Diffstat (limited to 'doc/src/xml-processing')
-rw-r--r--doc/src/xml-processing/xml-patterns.qdoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/xml-processing/xml-patterns.qdoc b/doc/src/xml-processing/xml-patterns.qdoc
index 408b2da..68056fd 100644
--- a/doc/src/xml-processing/xml-patterns.qdoc
+++ b/doc/src/xml-processing/xml-patterns.qdoc
@@ -65,8 +65,7 @@
\l{http://www.w3.org/TR/xpath20} {XPath 2.0} in Qt applications,
for querying XML data \e{and} for querying
\l{QAbstractXmlNodeModel} {non-XML data that can be modeled to
- look like XML}. The QtXmlPatterns module is included in the \l{Qt
- Full Framework Edition}, and the \l{Open Source Versions of Qt}.
+ look like XML}.
Readers who are not familiar with the XQuery/XPath language can read
\l {A Short Path to XQuery} for a brief introduction.