19af92b055
libraries. PR: ports/109299 Submitted by: Robert Gogolok <gogo at cs.uni-sb.de>
9 lines
224 B
Text
9 lines
224 B
Text
lxml is a Python binding for libxml2 and libxslt. Its aim:
|
|
|
|
* Pythonic API.
|
|
* Documented.
|
|
* Use Python unicode strings in API.
|
|
* Safe (no segfaults).
|
|
* No manual memory management!
|
|
|
|
WWW: http://codespeak.net/lxml/
|