XQuery Tutorials

From Qt Wiki
Revision as of 09:50, 24 February 2015 by Maintenance script (talk | contribs)
Jump to navigation Jump to search

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.