XQuery Tutorials: Difference between revisions
Jump to navigation
Jump to search
AutoSpider (talk | contribs) (Convert ExpressionEngine links) |
AutoSpider (talk | contribs) (Convert ExpressionEngine section headers) |
||
Line 6: | Line 6: | ||
[[Category:HowTo]] | [[Category:HowTo]] | ||
[[Category:Developing with Qt]] | [[Category:Developing with Qt]] | ||
= XQuery Tutorials = | |||
The [https://doc.qt.io/qt-4.8/qtxmlpatterns.html QtXmlPatterns module] allows developers to use [http://www.w3.org/TR/xquery/ XQuery ] in Qt applications to select, extract and aggregate data in XML or similarly-structured files. The Qt Quarterly newsletters have provided a series of good tutorials on using XQuery. | The [https://doc.qt.io/qt-4.8/qtxmlpatterns.html QtXmlPatterns module] allows developers to use [http://www.w3.org/TR/xquery/ XQuery ] in Qt applications to select, extract and aggregate data in XML or similarly-structured files. The Qt Quarterly newsletters have provided a series of good tutorials on using XQuery. | ||
Revision as of 16:37, 5 March 2015
This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine. Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean. |
English Spanish Português Italian French
XQuery Tutorials
The QtXmlPatterns module allows developers to use XQuery in Qt applications to select, extract and aggregate data in XML or similarly-structured files. The Qt Quarterly newsletters have provided a series of good tutorials on using XQuery.
- Serious Enquiries with XQuery by Kavindra Devi Palaraja includes code and commentary to implement a simple Qt-based Web robot which can be used to perform some basic XQuery queries such as listing elements and checking links in HTML documents.
- Checking the Weather with XQuery by David Boddie shows how to construct queries that retain and transform the structure of the XML document, not just the data.