mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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 WWW: https://github.com/moinwiki/emeraldtree
8 lines
379 B
Text
8 lines
379 B
Text
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
|