-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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:
Read the following articles to start the integration of the XPath Model XSLT package into your project:
The model is also described by a RelaxNG schema, which can be found in the repository: src/main/resources/rnc/xpath-model.rnc.