YouTip LogoYouTip

Xquery Tutorial

XQuery Tutorial |

-- Learning is not just about technology, it's about dreams!

XQuery Tutorial

XQuery Tutorial XQuery Introduction XQuery Example XQuery FLWOR Expression XQuery FLWOR + HTML XQuery Terms XQuery Syntax XQuery Add Element and Attribute XQuery Select and Filter XQuery Functions XQuery Summary XQuery Reference Manual

XQuery Introduction

Deep Dive

Programming

Data Management

Web Service

Computer

Network Design & Development

Scripting Language

Programming Language

Software

Search Engine

Web Service

XQuery Tutorial

The role of XQuery for XML is similar to the role of SQL for databases.

XQuery was designed to query XML data.

Start learning XQuery now!

XQuery Example

for $x in doc("books.xml")/bookstore/book

 where $x/price>30

 order by $x/title

 return $x/title

XQuery Reference Manual

In , we provide a complete reference manual for all operators, built-in functions, and data types in XQuery 1.0.

XQuery Reference Manual

← Xlink TutorialXpath Tutorial β†’