Difference between revisions of "XPath"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
 
Line 9: Line 9:
 
== See also ==
 
== See also ==
  
* [[Node (computer science]]
+
* [[Node (computer science)]]
 
* [[XML]]
 
* [[XML]]
  

Latest revision as of 09:46, 21 April 2016

XPath, the XML Path Language, is a query language for selecting nodes from an XML document.

Description

In addition, XPath may be used to compute values (e.g., strings, numbers, or Boolean values) from the content of an XML document.

XPath was defined by the World Wide Web Consortium (W3C).

See also

External Links