PyMOTW: Parsing XML Documents with ElementTree
Originally posted
· 1 min read
Parsed XML documents are represented in memory by ElementTree and Element objects connected into a tree structure based on the way the nodes in the XML document are nested.