From 045028f951959dc217a0fc1c19f014989bfaaa1f Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Wed, 8 Oct 2014 14:17:28 +0200 Subject: Doc: Applied title case to section1 titles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-41250 Change-Id: I3155acb9a6813b0309de7fa0542f29c5a3a46b17 Reviewed-by: Topi Reiniƶ --- src/xmlpatterns/api/qxmlquery.cpp | 2 +- src/xmlpatterns/doc/src/xml-patterns.qdoc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/xmlpatterns/api/qxmlquery.cpp b/src/xmlpatterns/api/qxmlquery.cpp index f16ab91..2bacff3 100644 --- a/src/xmlpatterns/api/qxmlquery.cpp +++ b/src/xmlpatterns/api/qxmlquery.cpp @@ -123,7 +123,7 @@ QT_BEGIN_NAMESPACE running an XPath expression is the same as running an XQuery query. Pass the XPath expression to QXmlQuery using setQuery(). - \section1 Running XSLT stylesheets + \section1 Running XSLT Stylesheets Running an XSLT stylesheet is like running an XQuery, except that when you construct your QXmlQuery, you must pass QXmlQuery::XSLT20 diff --git a/src/xmlpatterns/doc/src/xml-patterns.qdoc b/src/xmlpatterns/doc/src/xml-patterns.qdoc index b231d62..540d325 100644 --- a/src/xmlpatterns/doc/src/xml-patterns.qdoc +++ b/src/xmlpatterns/doc/src/xml-patterns.qdoc @@ -55,7 +55,7 @@ Readers who are not familiar with the XQuery/XPath language can read \l {A Short Path to XQuery} for a brief introduction. - \section1 Advantages of using Qt XML Patterns and XQuery + \section1 Advantages of Using Qt XML Patterns and XQuery The XQuery/XPath language simplifies data searching and transformation tasks by eliminating the need for doing a lot of @@ -107,7 +107,7 @@ \endlist - \section1 Using the Qt XML Patterns module + \section1 Using the Qt XML Patterns Module There are two ways Qt XML Patterns can be used to evaluate queries. You can run the query engine in your Qt application using the @@ -546,7 +546,7 @@ See the QAbstractXmlNodeModel documentation for information about how to implement custom XML node models. - \section1 More on using Qt XML Patterns with non-XML Data + \section1 More on Using Qt XML Patterns with Non-XML Data Subclassing QAbstractXmlNodeModel to let the query engine access non-XML data by the same API it uses for XML is the feature that -- cgit v1.2.1