blob: b1fa73427673261c118ce2d8bf26fd4d135cc297 [file] [log] [blame]
Daniel Veillard253aa2c2002-02-02 09:17:16 +00001 TODO for the libxml2 Python wrappers
2
3 $Id$
4
5Things to do:
6-------------
7
8- handling of node.content
9- SAX interfaces
10- error redirections and preformat
11- class hierarchy:
12 + get the generator to output a classes.txt description
13- extensions based on a python.xml description of the new specific
14 interfaces
15- memory debug interfaces
16- enums -> libxml.py
17- spec file: automatically generate for pythonX.Y if found
18- access to XPath variables
19- parserCtxt exposure:
20 - entry points
21 - wrappers
22 - decent interface for setting/getting behaviour
23- xmlBuffer exposure
24- xpathContext, being able to set/get info and clean it up
25- add regression tests
26 - check memory
27 - build tree
28 - saving
29 - SAX flow
30
31
32Done:
33-----
34- class hierarchy:
35 + make specific node type inherit from xmlNode
36- add regression tests
37 - tests/Makefile.am: export the Python class path
38 - xpath queries
39 - xpath extension
40
41Daniel Veillard