You are on page 1of 5

Querying XML

XPath
Jennifer Widom

Querying XML

XPath

Not nearly as mature as Querying Relational


Newer No underlying algebra 1. XPath 2. XSLT 3. XQuery

Sequence of development

Jennifer Widom

XPath = Path expressions + Conditions Think of XML as a tree

XPath
Basic Constructs

Jennifer Widom

XPath = Path expressions + Conditions Built-in functions (lots of them)

XPath

Navigation axes (13 of them)

Jennifer Widom

More Details
XML document XML stream

XPath

XPath queries operate on & return sequence of elements

Sometimes result can be expressed as XML, not always Demo: XPath examples over bookstore data

Jennifer Widom

You might also like