mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-23 18:29:14 +08:00
* configure.in libxml.spec.in python/Makefile.am python/TODO python/generator.py python/libxml2class.txt: added more informations in the libxml2-python package including docs. Slightly changed the class hierarchy * python/tests/*: added basic regression tests infrastructure too Daniel
42 lines
953 B
Plaintext
42 lines
953 B
Plaintext
TODO for the libxml2 Python wrappers
|
|
|
|
$Id$
|
|
|
|
Things to do:
|
|
-------------
|
|
|
|
- handling of node.content
|
|
- SAX interfaces
|
|
- error redirections and preformat
|
|
- class hierarchy:
|
|
+ get the generator to output a classes.txt description
|
|
- extensions based on a python.xml description of the new specific
|
|
interfaces
|
|
- memory debug interfaces
|
|
- enums -> libxml.py
|
|
- spec file: automatically generate for pythonX.Y if found
|
|
- access to XPath variables
|
|
- parserCtxt exposure:
|
|
- entry points
|
|
- wrappers
|
|
- decent interface for setting/getting behaviour
|
|
- xmlBuffer exposure
|
|
- xpathContext, being able to set/get info and clean it up
|
|
- add regression tests
|
|
- check memory
|
|
- build tree
|
|
- saving
|
|
- SAX flow
|
|
|
|
|
|
Done:
|
|
-----
|
|
- class hierarchy:
|
|
+ make specific node type inherit from xmlNode
|
|
- add regression tests
|
|
- tests/Makefile.am: export the Python class path
|
|
- xpath queries
|
|
- xpath extension
|
|
|
|
Daniel Veillard
|