Re: HTML forms with XSLT slideshow question

Subject: Re: HTML forms with XSLT slideshow question
From: "Jon Smirl" <jonsmirl@xxxxxxxxxxxx>
Date: Sun, 19 Sep 1999 23:43:23 -0400
LotusXSL supports extension functions in Javascript.
http://www.alphaworks.ibm.com
XT and Saxon support extension functions in Java.

These three systems are written in Java so you would using something like
JRun to use them with IIS.

The Microsoft XSL implementation is almost a year out of date.

> extract from http://www.w3.org/1999/08/WD-xslt-19990813#extension
> >>>    This version of XSLT does not provide a mechanism for defining
> >>>    implementations of extensions.

The XSLT spec defines that syntax for calling your extension functions, it
just doesn't define the calling conventions you need to use when
implementing the functions. All of the above systems (except MS) support the
same syntax for calling extensions functions but your code for implementing
the function will vary between the systems.

Jon Smirl
jonsmirl@xxxxxxxxxxxx



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


Current Thread