You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Pretterhofer, Guenter" <Gu...@Dresdner-Bank.com> on 2000/07/06 16:56:25 UTC

XSL-extension

hi mates,

I'm playing with Xalan's XSL-extensions.

for example:
<lxslt:component prefix="dxsl" elements="formatNumber today">
        <lxslt:script
                lang="javaclass"
                src="prj.fs2.format"/>
</lxslt:component>

both methods are defined in class <format>
and some more methods are waiting to be defined there ...

when calling <formatNumber> or <today> in a XSL-script everything is fine.

my question: is it possible  to use more than one class or a jar-archive for
my dxsl-namespace?
or is it necessary to put all methods in one single class?

thanks for help

Günter