XQuery tutorial - basics: Difference between revisions
Jump to navigation
Jump to search
m (using an external editor) |
m (→Links) |
||
Line 31: | Line 31: | ||
* [http://www.webreference.com/programming/xquery/index.html XQuery from the Experts: Influences on the design of XQuery] Webreference Article, excerpt is from Chapter 2 of the Addison-Wesley book XQuery from the Experts. [2003] | * [http://www.webreference.com/programming/xquery/index.html XQuery from the Experts: Influences on the design of XQuery] Webreference Article, excerpt is from Chapter 2 of the Addison-Wesley book XQuery from the Experts. [2003] | ||
* Michael Brundage (2004). XQuery: The XML Query Language, Portland: Book News [this is a good book] | * Michael Brundage (2004). XQuery: The XML Query Language, Portland: Book News [this is a good book] | ||
=== XQuery Web sites === | |||
* [http://www.datadirect.com/developer/xquery/index.ssp DataDirect's XQuery Developer Center] (tutorials, examples, software) | |||
[[Category: XML]] | [[Category: XML]] |
Revision as of 19:04, 30 November 2007
Introduction
This is a beginners tutorial for XQuery.
Prerequisites:
- Basic knowledge of XML
- Basic knowledge of Xpath, see XPath tutorial - basics
Recommended reading, before this:
- XSLT, in particular the short section on XPath.
- XML namespace
Links
Software and standards
See the XQuery article.
XQuery Tutorials
- XQuery (Wikipedia article)
- Essential XQuery - The XML Query Language by Darshan Singh. (Feb 2, 2004). Good !
- XQuery Tutorial by P. Fankhauser and P. Wadler.
- An introduction to XQuery, IBM Developer works (2002, updated 2006).
- XQuery, tutorial by Anders Möller & Michael I. Schwartzbach [2003]. See also:
- Chapter 6 - Querying XML Documents with XQuery (slides) and their book An Introduction to XML and Web Technologies, ISBN 0321269667
- XQuery Tutorial from IPEDO. Quite technical.
- XQuery from the Experts: Influences on the design of XQuery Webreference Article, excerpt is from Chapter 2 of the Addison-Wesley book XQuery from the Experts. [2003]
- Michael Brundage (2004). XQuery: The XML Query Language, Portland: Book News [this is a good book]
XQuery Web sites
- DataDirect's XQuery Developer Center (tutorials, examples, software)