Thiemo Kellner - 2016-08-15

We should make the object name the xpath in the xml tree. element.iter() does not know about its ancestors. Solutions:

  • pass the xpath of the parent to the functions or
  • use a SAX parser or element.iterparse()