Extract elements from XML using XPath.
XML is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable.
XPath selects nodes in an XML document. The nodes can be selected by their name, by their content, or by their attributes.