libxml2dom

packages/ubuntu-gutsy/python-libxml2dom/debian/control

360:ed3ba80d9cce
2012-01-29 Paul Boddie Improved/fixed transform attribute parsing and path data parsing. Added a test of transformations and paths.
     1 Source: libxml2dom     2 Section: python     3 Priority: optional     4 Maintainer: Paul Boddie <paul@boddie.org.uk>     5 Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), python-epydoc (>= 2.1-6ubuntu1)     6 XS-Python-Version: all     7 Standards-Version: 3.7.2.1     8      9 Package: python-libxml2dom    10 Architecture: all    11 Depends: ${python:Depends}, python-libxml2 (>= 2.6.27)    12 Conflicts: python2.4-libxml2dom (<< 0.4.4-0ubuntu1)    13 Replaces: python2.4-libxml2dom (<< 0.4.4-0ubuntu1)    14 XB-Python-Version: ${python:Versions}    15 Description: PyXML-style API for the libxml2 Python bindings    16  The libxml2dom package provides a traditional DOM wrapper around the Python    17  bindings for libxml2. In contrast to the libxml2 bindings, libxml2dom provides    18  an API reminiscent of minidom, pxdom and other Python-based and Python-related    19  XML toolkits.