xml.etree is a part of python's `xml` package, that provides a simple and lightweight `ElementTree` API.
xml.etree is a part of python's xml package, that provides a simple and lightweight ElementTree API. 
The module includes tools for parsing XML, searching with XPath expressions, and creating new or modifying existing XML documents.
There is also C implementation available as xml.etree.cElementTree.
 
     
     
     
     
     
     
     
     
     
     
     
     
    