0% found this document useful (0 votes)
27 views5 pages

XPath PDF

Database management

Uploaded by

c406400
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views5 pages

XPath PDF

Database management

Uploaded by

c406400
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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