mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-23 18:29:14 +08:00
* python/TODO python/generator.py python/libxml2-python-api.xml python/libxml2class.txt: more accessor classes for the parser context, allow to switch on and check validity * python/tests/Makefile.am python/tests/error.py python/tests/invalid.xml python/tests/valid.xml python/tests/validate.py: attded more test and and added error.py which I forgot to commit in the last step Daniel
48 lines
1.2 KiB
Plaintext
48 lines
1.2 KiB
Plaintext
TODO for the libxml2 Python wrappers
|
|
|
|
$Id$
|
|
|
|
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
|
|
done, had to sort the classes in the output
|
|
+ get the generator to output a classes.txt description
|
|
done libxml2class.txt
|
|
- add regression tests
|
|
- tests/Makefile.am: export the Python class path
|
|
- xpath queries
|
|
- xpath extension
|
|
- 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.
|
|
- error redirections and preformat
|
|
- handling of node.content
|
|
- access to xmlParserCtxt and push mode
|
|
- needed for SAX too
|
|
|
|
Daniel Veillard
|