Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

XPath

XPath is the XML Path Language which uses a "path like" syntax to browse through elements and attributes in an XML document.
It contains over 200 built-in functions for such as string values, numeric values, booleans, date and time comparison, node manipulation, sequence manipulation, and much more.

...

For further information on XPath click here

XQuery

XQuery is a language that designed to query XML data. It is built on XPath expressions so one that wants to use XQuery must know how to use XPath. 

...