



































































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An introduction to xml query languages, focusing on xpath, xquery, and xslt. It covers the data model, document nodes, paths in xml documents, path expressions, evaluating a path expression, attributes in paths, wild-card *, selection conditions, axes, xquery, more about item sequences, use of braces, let clauses, order-by clauses, strict comparisons, comparison of elements, getting data from elements, effective boolean values, document order, set operators, and xslt.
Typology: Slides
1 / 75
This page cannot be seen from the preview
Don't miss anything!




































































XPath XQuery XSLT
7
BARS
PRICE PRICE
BAR (^) ”JoesBar”name = BEER
theBeer = ”Miller”
theBeer = ”Bud”
SoldBy = ”…”
name = ”Bud”
2.50 3.
Rose =document Green = element Gold = attribute Purple = primitive value
bars.xml
11
One item, the BARS element Docsity.com
13
These PRICE elements followed by the PRICE elements of all the other bars.
(^20)
This BAR element, all other BAR elements, the BEER element, all other BEER elements