Summary of XQuery Course
- Previous Page XQuery Functions
- Next Page XQuery Reference Manual
XQuery Overview
This tutorial has explained to you how to query XML data.
You understand that XQuery is designed to query any data that exists in XML form, including databases.
You have also learned how to use FLWOR expressions to query XML data and how to construct XHTML output from selected data.
For more information about XQuery, please read ourXQuery Reference Manual》。
You have already learned XQuery, what should you learn next?
Next Step: Learn XLink and XPointer.
XLink and XPointer
Links in XML are divided into two parts: XLink and XPointer.
XLink and XPointer define a set of standard methods for creating hyperlinks within XML documents.
If you want to learn more about XLink and XPointer, please visit ourXLink and XPointer Tutorial》。
- Previous Page XQuery Functions
- Next Page XQuery Reference Manual