1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Document: python-elementtree
Title: ElementTree Manual
Author: Fredrik Lundh
Abstract: A light-weight toolkit for XML processing
ElementTree provides 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 hybrid between a Python list and a Python
dictionary.
Section: Programming/Python
Format: HTML
Index: /usr/share/doc/python-elementtree-doc/html/index.html
Files: /usr/share/doc/python-elementtree-doc/html/*.html
|