XPath: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
=External= | |||
* https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/NSXML_Concepts/Articles/QueryingXML.html | |||
* https://www.baeldung.com/linux/evaluate-xpath | |||
=Internal= | =Internal= | ||
* [[XML#Subjects|XML]] | * [[XML#Subjects|XML]] | ||
* [[XSL]] | * [[XSL]] |
Revision as of 01:50, 1 July 2021
External
- https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/NSXML_Concepts/Articles/QueryingXML.html
- https://www.baeldung.com/linux/evaluate-xpath
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