blob: 176023a1099248b11c4c3987817690c8e5e309a4 (
plain) (
blame)
1
2
3
4
5
6
7
|
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!
|