This is a short tutorial for using :mod:`!xml.etree.ElementTree` (ET in short). The goal is to demonstrate some of the building blocks and basic concepts of the module. Most parsing functions provided ...
rtburns-jpl changed the title 'xml.etree.ElementTree.Element' object has no attribute 'getchildren' and IndexError: too many indices for array: array is 1-dimensional, but 2 were indexed ...