November 2017
Beginner to intermediate
204 pages
5h 23m
English
XPath is a language for efficiently searching through and navigating XML data, which may be useful for some projects that require heavy use of XML data. XPath makes it possible to select elements in an XML tree using path-like expressions. The Python xml.etree.ElementTree module includes partial support for XPath.
I won't cover XPath in this book, but I've included some links to useful resources on XPath in the Links and Further Reading document in the external resources.
Read now
Unlock full access