XML information pipe

Ihre Spezialisten für XML

Banner Werbung

Inroduction to our technologies
XML >>>
HTML >>>
CSS >>>
Unicode >>>
SVG >>>
MathML >>>
XSLT >>>
XPath >>>
Schemas >>>
RegEx >>>
Python >>>
SKOS >>>
Dublin Core >>>

W3C Recommendation     XML Technology
XML >>>
HTML >>>
CSS >>>
Unicode >>>
SVG >>>
MathML >>>
XSLT >>>
XPath 1.0 standard >>>
Schemas >>>
RegEx >>>
Python >>>
SKOS >>>
Dublin Core >>>

You are on XING ?
We too. Become a member in our group and discuss exciting topics with us!
XING

Software
XSL Formatter >>>
antillesXML >>>

About team Heidelberg
Contact
data2type team data2type
References
Imprint


About team Karlsruhe
Contact
parsQube team parsQube
Imprint

XPath 1.0 Tutorial

language for addressing parts of XML documents in XSLT 1.0 providing as well basic facilities for manipulation of strings, numbers and booleans


XPath is described in XPath 1.0 standard. In this tutorial selected XPath features are demonstrated on many examples.


Standard excerpt:
XPath is the result of an effort to provide a common syntax and semantics for functionality shared between XSL Transformations and XPointer. The primary purpose of XPath is to address parts of an XML document. In support of this primary purpose, it also provides basic facilities for manipulation of strings, numbers and booleans. XPath uses a compact, non-XML syntax to facilitate use of XPath within URIs and XML attribute values. XPath operates on the abstract, logical structure of an XML document, rather than its surface syntax. XPath gets its name from its use of a path notation as in URLs for navigating through the hierarchical structure of an XML document.

List of XPaths