Show all info regardless research infrastructures. Switch to CLARIN environment and show only relevant info to CLARIN, e.g. format recommendations by CLARIN centres. Switch to Text+ environment and show only relevant info to Text+, e.g. format recommendations by Text+ centres. Switch to DARIAH environment and show only relevant info to DARIAH, e.g. format recommendations by DARIAH centres.
XML Path Language
Abbreviation: XPath
Scope: XPath is a language for addressing parts of an XML document, designed to be used by other host languages, such as XSLT.
Topic: Markup Language, Transformation
Standard body: W3C
Description:

XPath is a language offering the possibility to navigate through elements and attributes, and find information in an XML document. XPath is developed by the World Wide Web Consortium (W3C) and is ranked as an important element in the W3C's XSLT standard.

However, it should be noted here that XPath is not complete in itself, but rather designed to be embedded in a host language. For example, with XPath, XSLT follows the simple tree-structured data model of XML documents and finds the necessary elements and attributes for transformation.

XPath was designed to be used not only by XSLT, but also by others XML parsing softwares such as XPointer or XQuery.

The two main tasks of XPath is to locate and retrieve nodes or elements in a XML tree and to perform operations over data. That can be operations over numerical data, for example count, add or round; or operations over strings, for example return the part of a (sub-)string, or return the length of a string etc.

There are two versions of XPath in use today: XPath 1.0 and XPath 2.0. The XPath 2.0 is designed to be used in XSLT 2.0 and XPath 1.0 in XSLT 1.0. The important differences between the two versions is, that XPath 2.0 supports more expressions and types, has new data model, new operators and more functions.

Related Standard(s):
Other standards in the same topic(s):

Abbreviation: XPath-1999 [not official, only for reference in this website]
Version Number: 1.0
Status: W3C Recommendation
Release Date: 1999-10-16
Editor:
  1. James Clark
  2. Steve DeRose
URL(s): http://www.w3.org/TR/1999/REC-xpath-19991116/
Related Standard(s):
Abbreviation: XPath-2010 [not official, only for reference in this website]
Version Number: 2.0Second Edition
Status: W3C Recommendation
Release Date: 2010-12-14
Editor:
  1. Anders Berglund
  2. Scott Boag
  3. Don Chamberlin
  4. Mary F. Fernández
  5. Michael Kay
  6. Jonathan Robie
  7. Jérôme Siméon
URL(s): http://www.w3.org/TR/2010/REC-xpath20-20101214/
Related Standard(s):
Used in CLARIN centre(s):
Abbreviation: XPath-2014
Version Number: 3.0
Status: W3C Recommendation
Release Date: 2014-04-08
Editor:
  1. Jonathan Robie
  2. Don Chamberlin
  3. Michael Dyck
  4. John Snelson
URL(s): http://www.w3.org/TR/2014/REC-xpath-30-20140408/
Related Standard(s):
Relations
Legend:

isInspiredBy

isUsedBy

isSubsetOf

isSupersetOf

isVersionOf