Re: [xslt] Questions regarding writing XSLT extension functions



On Tue, Jun 11, 2002 at 11:16:54AM +0100, Thomas Broyer wrote:
> Le grande pinguin <rm@mh-freiburg.de>:
> > i have two questions regarding XSLT extension functions:
> > 
> >  - the first parameter to 'xsltRegisterExtFunction()' - does
> >    this mean that i need to provide an transformer context myself,
> >    i.e. i can't use xsltApplyStylesheet()? 
> 
> Use xsltRegisterExtModuleFunction()
> 
> > BTW, i tried to use xsltRegisterExtModule() but this doesn't seem to work.
> 
> You don't need xsltRegisterExtModule() until you need to share data between 
> several extensions (functions or elements) in the same module (same namespace 
> URI) or need to do something before or after using an extension.

Thank's for the pointer (should've been able to figure this out myself -- to much
admin stuff starts to get distracting ;-) Yes, at some point i think i really need
the module functionality (sharing resources in an Apache environment). 

  Ralf Mattes

> Tom.
> 
> -------------------------------------------------
> This mail sent through IMP: http://horde.org/imp/
> _______________________________________________
> xslt mailing list, project page http://xmlsoft.org/XSLT/
> xslt@gnome.org
> http://mail.gnome.org/mailman/listinfo/xslt



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]