blob: a2885ac27cf39751d36be34fff3e6d0306857977 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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/
|