XQuery Tutorials/it: Difference between revisions
Jump to navigation
Jump to search
AutoSpider (talk | contribs) (Add "cleanup" tag) |
AutoSpider (talk | contribs) (Convert ExpressionEngine links) |
||
Line 8: | Line 8: | ||
h1. XQuery Tutorials | h1. XQuery Tutorials | ||
Il modulo | Il modulo [http://doc.trolltech.com/4.6/qtxmlpatterns.html QtXmlPatterns] permette agli sviluppatori di usare [http://www.w3.org/TR/xquery/ XQuery ] nella applicazioni Qtper selezionare, estrarre e aggiungere dati in XML o in semplici file strutturati. La newsletter Qt Quarterly newsletters fornisce una serie di buoni tutorial su XQuery. | ||
* | * [http://doc.qt.nokia.com/qq/qq25-webrobot.html Serious Enquiries con XQuery] by Kavindra Devi Palaraja include codici e commenti per implementare un semplice robot web Qt-based che può essere usato per eseguire semplici query XQuery come liste di elementi e controllare dei link in documenti HTML. | ||
* | * [http://qt.nokia.com/developer/qtquarterly/checking-the-weather-with-xquery Controllare il meteo con XQuery] by David Boddie mostra come costruire delle query che conservano e trasformano la struttura del documento XML, non solo i dati. |
Revision as of 15:52, 4 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 Italiano h1. XQuery Tutorials
Il modulo QtXmlPatterns permette agli sviluppatori di usare XQuery nella applicazioni Qtper selezionare, estrarre e aggiungere dati in XML o in semplici file strutturati. La newsletter Qt Quarterly newsletters fornisce una serie di buoni tutorial su XQuery.
- Serious Enquiries con XQuery by Kavindra Devi Palaraja include codici e commenti per implementare un semplice robot web Qt-based che può essere usato per eseguire semplici query XQuery come liste di elementi e controllare dei link in documenti HTML.
- Controllare il meteo con XQuery by David Boddie mostra come costruire delle query che conservano e trasformano la struttura del documento XML, non solo i dati.