Introduction to xml module

We'll cover the following...

Python has built-in XML parsing capabilities that you can access via its xml module. In this article, we will be focusing on two of the xml module’s sub-modules:

  • minidom
  • ElementTree

We’ll start with minidom simply because this used to be the de-facto method of XML parsing. Then we will look at how to use ElementTree instead.

Access this course and 1400+ top-rated courses and projects.