Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / textproc / py-elementtree / DESCR
blobff2205f3a2aa55ba794ca09524b8d704e998b7e1
1 The Element type is a simple but flexible container object, designed
2 to store hierarchical data structures, such as simplified XML infosets,
3 in memory.
5 The ElementTree toolkit contains an Element implementation in Python,
6 and code to read XML and HTML files into trees of Element objects, and
7 write them out as XML.