diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-08-10 12:14:25 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-08-10 12:14:25 (GMT) |
commit | 2b42bac65ae90f94b04ff556e5033014d37d223d (patch) | |
tree | fa90253a14a58aa367292c04c87a60f1bbd20cad /src/xmlpatterns | |
parent | 09884750f89a24b6f480b4519b3a2a1b4c2f028d (diff) | |
download | Qt-2b42bac65ae90f94b04ff556e5033014d37d223d.zip Qt-2b42bac65ae90f94b04ff556e5033014d37d223d.tar.gz Qt-2b42bac65ae90f94b04ff556e5033014d37d223d.tar.bz2 |
doc: Changed some titles so lists of contents sort better.
Diffstat (limited to 'src/xmlpatterns')
-rw-r--r-- | src/xmlpatterns/api/qxmlquery.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/xmlpatterns/api/qxmlquery.cpp b/src/xmlpatterns/api/qxmlquery.cpp index e106d74..55af49b 100644 --- a/src/xmlpatterns/api/qxmlquery.cpp +++ b/src/xmlpatterns/api/qxmlquery.cpp @@ -151,8 +151,8 @@ QT_BEGIN_NAMESPACE \endcode \note For the current release, XSLT support should be considered - experimental. See section \l{Using XML technologies#XSLT - 2.0}{XSLT conformance} for details. + experimental. See section \l{XQuery#XSLT 2.0} {XSLT conformance} for + details. Stylesheet parameters are bound using bindVariable(). @@ -291,8 +291,7 @@ QXmlQuery::QXmlQuery(const QXmlNamePool &np) : d(new QXmlQueryPrivate(np)) create instances of QXmlQuery for running XQueries. \note The XSL-T support in this release is considered experimental. - See the \l{Using XML technologies#XSLT 2.0}{XSLT conformance} for - details. + See the \l{XQuery#XSLT 2.0} {XSLT conformance} for details. \since 4.5 \sa queryLanguage() |