Xpath Command: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 1: Line 1:
=External=
=External=
* https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/NSXML_Concepts/Articles/QueryingXML.html
* https://scriptingosx.com/2020/10/dealing-with-xpath-changes-in-big-sur/
* https://scriptingosx.com/2020/10/dealing-with-xpath-changes-in-big-sur/
=Internal=
=Internal=
* [[XPath#Tooling|XPath]]
* [[XPath#Tooling|XPath]]

Revision as of 01:41, 1 July 2021

External

Internal

Overview

xpath is available on Mac.

Usage

Query a Path

xpath ./my-file.xml project
xpath ./my-file.xml project/component
xpath ./my-file.xml project/component/option