# XPath XML Path Language - XPath - is a query language for selecting nodes from an [XML](/glossary/x/xml) document. ## Example For some XML like this: ``` ``` the XPath to `target` would be `/root/node/target`