summaryrefslogtreecommitdiff
path: root/textproc/py-emeraldtree/pkg-descr
blob: 9ed5336bf2b62b8c1ee002c5e19b51ee9c08358c (plain) (blame)
1
2
3
4
5
6
7
8
EmeraldTree is a fork of ElementTree - the main differences are:

- It has a slightly different API for handling of text: it uses unicode objects
  as children (not as "tail" attributes of the elements)
- API cleanups, removing backward compatibility
- Better unicode support
- PolyglotWriter (for writing html5 that is also well-formed xml)
- Other improvements / optimizations