Guenter:
first, thanks for writing the module.
> > 4. Are there any plans for further APIs that allow me to extend XSL
> > and more important, XPath (eg. I want to write simple string
> > conversion functions in Python and use them in XSL)?
>
> Tom?
Well there are some plans, and the plans are that one will register a
callback for extension elements/functions in a particular namespace. The
callback will get called with the appropriate arguments when the engine
encounters such an element/function.
The reason why implementing this will take some energy is that the
extension will need a DOM-like access to the XML tree. For this, we'd
like to set up a new C interface (i.e. not to give direct access to the
internal object representation). So that's what the plans are.
Tom