Hi, > -----Ursprüngliche Nachricht----- > Von: Oleg A. Paraschenko [mailto:[EMAIL PROTECTED]
[...] > In addition to user-defined data, there is a possible need to > pre-compile > extension elements. While refactoring, please retain this possibility. The compilation of extension elements is currently done via the registration of the extension element callbacks - this won't change. Example (in extensions.c): xsltRegisterExtModuleElement((const xmlChar *) "test", (const xmlChar *) XSLT_DEFAULT_URL, xsltExtElementPreCompTest, <-- the pre-compilation callback xsltExtElementTest); <-- the execution callback Or do you refer to an other mechanism? If yes, then please explain this mechanism. It's already heavy-metal for me to refactor while preserving the current behaviour in this section. So every information about custom usage is greatly appreciated! [...] Regards, Kasimier _______________________________________________ xslt mailing list, project page http://xmlsoft.org/XSLT/ [email protected] http://mail.gnome.org/mailman/listinfo/xslt
