TODO revision 38ae7e4efe803ea78b6499cd05a394db32623e41
5488N/A TODO for the libxml2 Python wrappers
5488N/A
5488N/A $Id: TODO,v 1.8 2002/02/06 16:06:57 veillard Exp $
5488N/A
5488N/AThings to do:
5488N/A-------------
5488N/A
5488N/A- SAX interfaces
5488N/A - push is done but no generic interface
5488N/A - elementDecl need some work
5488N/A - need more testing and check full callbacks for xmllib/sgmlop replacement
5488N/A- enums -> libxml.py
5488N/A- access to XPath variables
5488N/A- xmlBuffer exposure
5488N/A- xpathContext, being able to set/get info and clean it up
5488N/A- more work needed on context handling for function lookup
5488N/A and use of an hash table.
5488N/A- add regression tests
5488N/A - SAX flow
5488N/A- DTD element and attributes content accesses
5488N/A - attribute handled in SAX
5488N/A - element needed in both
5488N/A
5488N/A
5488N/ADone:
5488N/A-----
5488N/A- class hierarchy:
5488N/A + make specific node type inherit from xmlNode
5488N/A done, had to sort the classes in the output
5488N/A + get the generator to output a classes.txt description
5488N/A done libxml2class.txt
5488N/A- add regression tests
5488N/A - tests/Makefile.am: export the Python class path
5488N/A - xpath queries
5488N/A - xpath extension
5488N/A - check memory
5488N/A - build tree
5488N/A - saving
5488N/A- extensions based on a python.xml description of the new specific
5488N/A interfaces
5488N/A file libxml2-python-api.xml , first entry is xmlRegisterXPathFunction
5861N/A- spec file: automatically generate for pythonX.Y if found
5861N/A Done, a bit ugly by running new makes in %install for each level
5861N/A found.
5502N/A- error redirections and preformat
5502N/A- handling of node.content
5502N/A- access to xmlParserCtxt and push mode
5502N/A - needed for SAX too
5502N/A - entry points
5502N/A - wrappers
5502N/A - decent interface for setting/getting behaviour
5502N/A- memory debug interfaces
5488N/A- SAX interfaces
5488N/A - basic stuff with push is available
5488N/A - basic xmllib replacement
5488N/A
5488N/ADaniel Veillard
5488N/A