Changes between Initial Version and Version 2 of Ticket #10


Ignore:
Timestamp:
Mar 11, 2006, 10:47:10 PM (18 years ago)
Author:
simon
Comment:

Added some linkage

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10

    • Property Type changed from defect to task
  • Ticket #10 – Description

    initial v2  
    1 From the python-lxml Debian package description:
     1From the [http://packages.debian.org/unstable/python/python-lxml python-lxml] Debian package description:
    22
    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:
    44
    55  * Pythonic API.
     
    99  * No manual memory management!
    1010
    11 lxml aims to provide a Pythonic API by following as much as possible the ElementTree API, trying to avoid having to invent too many new APIs, or you having to learn new things -- XML is complicated enough.
     11lxml 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.