XQuery Tutorials: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
'''English''' [[XQuery Tutorials Spanish | Spanish]] [[XQuery Tutorials_Portuguese | Português]] [[XQuery Tutorials_Italian | Italian]] [[XQuery Tutorials_French | French]]
'''English''' [[XQuery Tutorials Spanish | Spanish]] [[XQuery Tutorials_Portuguese | Português]] [[XQuery Tutorials_Italian | Italian]] [[XQuery Tutorials_French | French]]


[[Category:Learning]]<br />[[Category:HowTo]]<br />[[Category:Developing with Qt]]<br />h1. XQuery Tutorials
[[Category:Learning]]
[[Category:HowTo]]
[[Category:Developing with Qt]]
h1. XQuery Tutorials


The &quot;QtXmlPatterns module&amp;quot;:https://doc.qt.io/qt-4.8/qtxmlpatterns.html allows developers to use &quot;XQuery &quot;:http://www.w3.org/TR/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 "QtXmlPatterns module":https://doc.qt.io/qt-4.8/qtxmlpatterns.html allows developers to use "XQuery ":http://www.w3.org/TR/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.


* &quot;Serious Enquiries with XQuery&amp;quot;:http://doc.qt.digia.com/qq/qq25-webrobot.html 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.
* "Serious Enquiries with XQuery":http://doc.qt.digia.com/qq/qq25-webrobot.html 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.


* &quot;Checking the Weather with XQuery&amp;quot;:https://qt.io/quarterly/view/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.
* "Checking the Weather with XQuery":https://qt.io/quarterly/view/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.

Revision as of 10:11, 25 February 2015

English Spanish Português Italian French h1. XQuery Tutorials

The "QtXmlPatterns module":https://doc.qt.io/qt-4.8/qtxmlpatterns.html allows developers to use "XQuery ":http://www.w3.org/TR/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":http://doc.qt.digia.com/qq/qq25-webrobot.html 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.