bfdcc1a8e5
The ElementTree 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. looks good & ok xsa@, mbalmer@
5 lines
248 B
Plaintext
5 lines
248 B
Plaintext
The ElementTree 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.
|