ElementTree

ElementTree adds code to load XML files as trees of Element objects, and save them back again
Download

ElementTree Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • Fredrik Lundh
  • Publisher web site:
  • http://effbot.org/zone/element-index.htm
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 59 KB

ElementTree Tags


ElementTree Description

ElementTree adds code to load XML files as trees of Element objects, and save them back again The Element type is a simple but flexible container object, designed to store hierarchical data structures, such as simplified XML infosets, in memory. The element type can be described as a cross between a Python list and a Python dictionary.The ElementTree wrapper type adds code to load XML files as trees of Element objects, and save them back again. The Element type is available as a pure-Python implementation for the Python 1.5.2 and later distributions.


ElementTree Related Software