The :mod:`xml.etree.ElementTree` module implements a simple and efficient API for parsing and creating XML data. .. versionchanged:: 3.3 This module will use a fast implementation whenever available.
I would like to know if there is a defacto XML library for Python.<BR><BR>My googling showed me there are several options, but there seems to be a lot of range in the ...