XQuery tutorial - basics: Difference between revisions
Jump to navigation
Jump to search
m (→Links) |
m (→Links) |
||
Line 23: | Line 23: | ||
* [http://en.wikipedia.org/wiki/XQuery XQuery] (Wikipedia article) | * [http://en.wikipedia.org/wiki/XQuery XQuery] (Wikipedia article) | ||
* [http://en.wikibooks.org/wiki/XQuery XQuery - Wikibook] | |||
* [http://www.yukonxml.com/articles/xquery/ Essential XQuery - The XML Query Language] by Darshan Singh. (Feb 2, 2004). Good ! | * [http://www.yukonxml.com/articles/xquery/ Essential XQuery - The XML Query Language] by Darshan Singh. (Feb 2, 2004). Good ! | ||
* [http://homepages.inf.ed.ac.uk/wadler/papers/xquery-tutorial/xquery-tutorial.pdf XQuery Tutorial] by P. Fankhauser and P. Wadler. | * [http://homepages.inf.ed.ac.uk/wadler/papers/xquery-tutorial/xquery-tutorial.pdf XQuery Tutorial] by P. Fankhauser and P. Wadler. |
Revision as of 22:33, 9 December 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)
- XQuery - Wikibook
- 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)