XPath: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 12: Line 12:
</font>
</font>


=Tooling=
=<span id='Tooling'></span>Command Line Tooling=
* [[xmllint]]
* [[xmllint]]
* [[XMLStarlet]]
* [[XMLStarlet]]
* [[xidel]]
* [[xidel]]
* [[xpath Command|xpath]]
* [[xpath Command|xpath]]

Revision as of 01:45, 1 July 2021

Internal

Overview

XPath is a specification language that allows specifying parts of an XML structure. It is part of XSL. An XPath expression can be thought as an address of a part of an XML document.

NEXT: https://docs.oracle.com/javase/tutorial/jaxp/xslt/xpath.html

Command Line Tooling