Skip to content
Nico Kutscherauer edited this page Jun 20, 2022 · 2 revisions

The XPath Model is an XML structure for XPath expressions. Each significant part of an expression is some how represented in the XML structure. The Wiki describes the most common syntaxes and give some examples:

How To Start

Read the following articles to start the integration of the XPath Model XSLT package into your project:

Schema

The model is also described by a RelaxNG schema, which can be found in the repository: src/main/resources/rnc/xpath-model.rnc.

Clone this wiki locally