AW: AW: [xslt] Extension module initialization is called for everyimported stylesheet
- From: "Buchcik, Kasimier" <k buchcik 4commerce de>
- To: "Oleg A. Paraschenko" <olpa xmlhack ru>
- Cc: xslt gnome org
- Subject: AW: AW: [xslt] Extension module initialization is called for everyimported stylesheet
- Date: Thu, 4 May 2006 15:13:02 +0200
Hi,
> -----Ursprüngliche Nachricht-----
> Von: Oleg A. Paraschenko [mailto:olpa xmlhack ru]
[...]
> 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]