Changes between Initial Version and Version 2 of Ticket #10
- Timestamp:
- Mar 11, 2006, 10:47:10 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10
- Property Type changed from defect to task
-
Ticket #10 – Description
initial v2 1 From the python-lxmlDebian package description:1 From the [http://packages.debian.org/unstable/python/python-lxml python-lxml] Debian package description: 2 2 3 lxml is a new Python binding for libxml2 and libxslt, completely independent from these existing Python bindings. Its aim:3 [http://codespeak.net/lxml/ lxml] is a new [http://python.org/ Python] binding for [http://xmlsoft.org/ libxml2] and [http://xmlsoft.org/XSLT/ libxslt], completely independent from these existing Python bindings. Its aim: 4 4 5 5 * Pythonic API. … … 9 9 * No manual memory management! 10 10 11 lxml aims to provide a Pythonic API by following as much as possible the ElementTreeAPI, trying to avoid having to invent too many new APIs, or you having to learn new things -- XML is complicated enough.11 lxml aims to provide a Pythonic API by following as much as possible the [http://effbot.org/zone/element-index.htm ElementTree] API, trying to avoid having to invent too many new APIs, or you having to learn new things -- XML is complicated enough.