This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Designs for XSLT functions (Was: Re: RE: syntax sugar for call-template)


> By 'extension function' here, I guess that Mike means user-defined
> extension function.

Actually, Saxon currently implements all the Saxon extension functions as if
they were user-written functions, the only special treatment is that the
Saxon namespace is a synonym for the full namespace for the relevant class.
This prevents me doing some optimizations (as in the case of saxon:if()),
but ensures that anything I need to do to support my own extension functions
is also available for user-written functions.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]