summaryrefslogtreecommitdiffstats
path: root/doc/src/xml-processing
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2010-02-19 13:41:52 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2010-02-19 13:41:52 (GMT)
commit85e5372c53c342f54cd489a3233c00aefa3d7ff7 (patch)
tree8690dba755426d2f52475c272cc3445f9eace4f3 /doc/src/xml-processing
parentd5af42b1b7d792188c689d5425493756f2dcb79e (diff)
downloadQt-85e5372c53c342f54cd489a3233c00aefa3d7ff7.zip
Qt-85e5372c53c342f54cd489a3233c00aefa3d7ff7.tar.gz
Qt-85e5372c53c342f54cd489a3233c00aefa3d7ff7.tar.bz2
Doc: Simplified Commercial Editions for Qt 4.7.
Reviewed-by: Trust Me Requested-by: Sales and Legal
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.