mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
8 lines
317 B
Plaintext
8 lines
317 B
Plaintext
The Element type is a simple but flexible container object, designed
|
|
to store hierarchical data structures, such as simplified XML infosets,
|
|
in memory.
|
|
|
|
The ElementTree toolkit contains an Element implementation in Python,
|
|
and code to read XML and HTML files into trees of Element objects, and
|
|
write them out as XML.
|