areki.net

Areki's Professional & Personal Web Log

XQuery 1.0 – XPath 2.0 – XSLT 2.0

leave a comment

XQuery and XPath

XQuery 1.0 and XPath 2.0 overlap to a very large degree. They have the same data model and the same set of build-in functions and operators. XPath 2.0 is essentially a subset of XQuery 1.0.

XQuery has a number of features that are not included on XPath, such as FLWORS and XML constructors.

XQuery Versus XSLT

XQuery and XSLT are both languages designed to query and manipulate XML documents.

  1. Shared components
    • The data model [same concepts of sequences, atomic values, nodes, and items. Namespaces are handled identically]
    • Xpath 2.0
    • Built-in functions and operators
  2. Differences

Written by admin

May 5th, 2010 at 7:00 am

Posted in eXist db and xQuery

Tagged with , , ,

Leave a Reply