ebook img

XQuery and XML Applications - Adam Retter PDF

150 Pages·2014·1.16 MB·English
by  
Save to my drive
Quick download
Download
Most books are stored in the elastic cloud where traffic is expensive. For this reason, we have a limit on daily download.

Preview XQuery and XML Applications - Adam Retter

18th September 2014 summer school XQuery and XML Applications Adam Retter [email protected] @adamretter Licensed under a Creative Commons Attributi o n- www.xmlsummerschool.com Noncommercial-Share Alike 3.0 Unported Licens e Learning Objectives summer school The class looks at XQuery, XML Databases and building XML Applications in XQuery and applying these for the Web. 1. Understand the purpose and scope of XQuery 2. Learn the basics of XQuery 3. Test your knowledge 4. Introduction to XML Databases 5. Practice by building a Simple XQuery App 6. Review and Improve the App Licensed under a C re a ti v e C o m m on s www.xmlsummerschool.com Attribution-Noncommercial-Share Alike 3.0 Unported Lic ense Slide 2 Contents summer school Lecture (90 Minutes) 1. XQuery Background 2. XQuery Basics 3. Advanced XQuery * Break (30 Minutes) * Tutorial Session (90 Minutes) 4. XML Databases 5. XML Applications 6. Building an XML Application 7. Web Enabling an XML Application 8. Hands-on. Adding features to the XML Application Licensed under a C re a ti v e C o m m on s www.xmlsummerschool.com Attribution-Noncommercial-Share Alike 3.0 Unported Lic ense Slide 3 summer school XQuery Background So what is XQuery? ...and what's it good for? Licensed under a Creative Commons Attributi o n- www.xmlsummerschool.com Noncommercial-Share Alike 3.0 Unported Licens e XQuery is... summer school • XML Query Language – A W3C Standard – Superset of XPath 2.0 – Closely related to XSLT 2.0 – Is NOT written in XML • A Query Language! – Pull information from one or more XML documents – The “SQL of XML” • A Transformation Language – Transform data (XML, HTML, Text, etc.) from one form or structure to another Licensed under a C re a ti v e C o m m on s www.xmlsummerschool.com Attribution-Noncommercial-Share Alike 3.0 Unported Lic ense Slide 5 XQuery is also... summer school • Not Just Queries – Can update XML documents – Can create new XML documents • An Application Programming Language? – Turing Complete – Functional Programming (esp. 3.0) + Modules – XML Data Model Type System (data + code) – Suited to the Web • Easy to learn! Licensed under a C re a ti v e C o m m on s www.xmlsummerschool.com Attribution-Noncommercial-Share Alike 3.0 Unported Lic ense Slide 6 XQuery Design Goals summer school • Queries are concise and easily understood • Suitable for both structured and unstructured data • Platform/Protocol agnostic with predictable results • Declarative rather than Procedural (What vs. How). – Strongly typed (optimisation and error detection) • Able to process collections of documents • Compatible with other W3C standards • XML 1.1, Namespaces, XML Schema, XPath Licensed under a C re a ti v e C o m m on s www.xmlsummerschool.com Attribution-Noncommercial-Share Alike 3.0 Unported Lic ense Slide 7 Where does XQuery fit? summer school • Its kinda just XPath++ – If you know XPath... • Much in common with XSLT – XDM and XPath Licensed under a C re a ti v e C o m m on s www.xmlsummerschool.com Attribution-Noncommercial-Share Alike 3.0 Unported Lic ense Slide 8 XQuery Processing Model (Simple) summer school Context XQuery Query analyze and evaluate (using context) XML XQuery XML Input Processor Output parse serialize (or pass on) • XQuery typically operates on Document(s) from either: – Sources bound to the Processor – Pulled in during the query (e.g. doc(), collection()) Licensed under a C re a ti v e C o m m on s www.xmlsummerschool.com Attribution-Noncommercial-Share Alike 3.0 Unported Lic ense Slide 9 XQuery Processing Model (Platform) summer school XQuery Query Stored Queries Submitted Queries XML XQuery XML Input Web Server Database Processor XML Updates Query Create Document(s) Response Output Licensed under a C r e at iv e C om m o n s www.xmlsummerschool.com Attribution-Noncommercial-Share Alike 3.0 Unported L icense Slide 10

Description:
Sep 18, 2014 An Application Programming Language? – Turing Complete. – Functional Programming (esp. 3.0) + Modules. – XML Data Model Type System
See more

The list of books you might like

Most books are stored in the elastic cloud where traffic is expensive. For this reason, we have a limit on daily download.