Search⌘ K

What are we learning in this chapter?

Explore the fundamentals of parsing and creating XML data with the third-party Python package lxml. Understand how to use ElementTree, XPath, XSLT, and objectify APIs to work with XML documents.

We'll cover the following...

In Part I, we looked at some of Python’s built-in XML parsers. In this chapter, we will look at the fun third-party package, lxml from codespeak. It ...