XQuery Tutorial
XQuery is the query language for XML. <br><br>It provides a mechanism to extract and manipulate data from XML documents or any data source that can be viewed as XML such as relational databases or office documents.<br><br>Just as SQL is a query language that queries relational tables to create new relational tables, XQuery queries XML documents to create new XML documents.<br><br>XQuery uses XPath syntax to address specific parts of an XML document.
Lessons & articles
- Introduction to Xquery 2008-07
- Generating XML Output with XQuery 2008-07
- XQuery and FLWOR 2008-07
- Running an XQuery from Java 2008-07
in-article · 336x280