xml.etree.ElementTree — XML Manipulation API — PyMOTW 3
Originally posted
· 1 min read
The ElementTree library includes tools for parsing XML using event-based and document-based APIs, searching parsed documents with XPath expressions, and creating new or modifying existing documents.
This post is part of the Python Module of the Week series for Python 3. See PyMOTW.com for more articles from the series.