XPath

From Wiki @ Karl Jones dot com
Revision as of 11:50, 19 May 2015 by Karl Jones (Talk | contribs) (First)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

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

External Links