ElementTree is a Python library for creating and parsing XML.
ElementTree is a Python library for creating and parsing XML.
from xml.etree import ElementTree
An alternative implementation on top of libxml and libxslt, with an expanded API is lxml
, see the lxml tag.