1 / 5
Télécharger la présentation
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
Querying XML XSLT
XSLT Querying XML Not nearly as mature as Querying Relational • Newer • No underlying algebra Sequence of development 1. XPath 2. XSLT 3. XQuery
XSLT XSLT XSL = Extensible Stylesheet Language XSLT = XSL (with) Transformations
XSLT XSLT as Query Language XSLT Specification (in XML) XML Document or Stream XML Document or Stream XSLT Processor Query Database Query Processor Answer
XSLT XSLT: Rule-Based Transformations • Match template and replace • Recursively match templates • Extract values • Iteration (for-each) • Conditionals (if) • Strange default/whitespace behavior • Implicit template priority scheme Demo: XSLT examples over bookstore data
More Related