XPath: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
* [[XSL]]
* [[XSL]]


=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.


<font color=red>
<font color=red>
NEXT: https://docs.oracle.com/javase/tutorial/jaxp/xslt/xpath.html
NEXT: https://docs.oracle.com/javase/tutorial/jaxp/xslt/xpath.html
</font>
</font>

Revision as of 00:32, 11 November 2016

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