2002-02-02 17:17:16 +08:00
|
|
|
TODO for the libxml2 Python wrappers
|
|
|
|
|
2002-02-02 18:28:17 +08:00
|
|
|
$Id$
|
2002-02-02 17:17:16 +08:00
|
|
|
|
|
|
|
Things to do:
|
|
|
|
-------------
|
|
|
|
|
|
|
|
- SAX interfaces
|
|
|
|
- memory debug interfaces
|
|
|
|
- enums -> libxml.py
|
|
|
|
- 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
|
2002-02-02 18:28:17 +08:00
|
|
|
done, had to sort the classes in the output
|
|
|
|
+ get the generator to output a classes.txt description
|
|
|
|
done libxml2class.txt
|
2002-02-02 17:17:16 +08:00
|
|
|
- add regression tests
|
|
|
|
- tests/Makefile.am: export the Python class path
|
|
|
|
- xpath queries
|
|
|
|
- xpath extension
|
2002-02-02 18:28:17 +08:00
|
|
|
- extensions based on a python.xml description of the new specific
|
|
|
|
interfaces
|
|
|
|
file libxml2-python-api.xml , first entry is xmlRegisterXPathFunction
|
|
|
|
- spec file: automatically generate for pythonX.Y if found
|
|
|
|
Done, a bit ugly by running new makes in %install for each level
|
|
|
|
found.
|
2002-02-03 05:49:17 +08:00
|
|
|
- error redirections and preformat
|
2002-02-03 07:18:22 +08:00
|
|
|
- handling of node.content
|
2002-02-04 00:53:19 +08:00
|
|
|
- access to xmlParserCtxt and push mode
|
|
|
|
- needed for SAX too
|
2002-02-02 17:17:16 +08:00
|
|
|
|
|
|
|
Daniel Veillard
|