1 / 5

Querying XML

Querying XML. XPath. XPath. Querying XML Not nearly as mature as Querying Relational Newer No underlying algebra Sequence of development 1. XPath 2. XSLT 3. XQuery. XPath. XPath Think of XML as a tree. = Path expressions + Conditions. Basic Constructs. XPath. XPath

tavia
Download Presentation

Querying XML

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Querying XML XPath

  2. XPath Querying XML Not nearly as mature as Querying Relational • Newer • No underlying algebra Sequence of development 1. XPath 2. XSLT 3. XQuery

  3. XPath XPath Think of XML as a tree = Path expressions + Conditions Basic Constructs

  4. XPath XPath Built-in functions (lots of them) Navigation “axes” (13 of them) = Path expressions + Conditions

  5. XPath More Details XPath queries operate on & return sequence of elements • XML document • XML stream Sometimes result can be expressed as XML, not always Demo: XPath examples over bookstore data

More Related