[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Traversing the tree


Subject: Re: [xsl] Traversing the tree
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Tue, 13 Sep 2005 06:17:41 +1000

On 9/13/05, Agnisys Technology (P) Ltd. <agnisys@xxxxxxxxx> wrote:
> >
> > Or using FXSL:
> >
> >       <xsl:value-of select=
> >       "f:foldl(f:add(),
> >                0,
> >                f:zipWith(f:mult(),/*/*/@price, /*/*/@qty)
> >                )"/>
> >
>
> Wow! I didn't even know about FXSL. This seems to have the conciseness I was
looking for.
> I'll have to reseach it more.

Unlike FXSLT for XSLT 1.0, FXSL   for XSLT 2.0 hasn't yet been
described in an article, but there are some good descriptions of its
use in this list. For a good example see:

   http://www.xslt.com/html/xsl-list/2005-01/msg00521.html

Also, the latest version is available only in the CVS at
sourceforge.net. In case you need it, please, let me know and I'd be
happy to send you a zip archive.

Probably I should issue an intermediate release. The problem is that
there are so many nice things that can be done yet, that it is easy to
postpone a new release for years.


Cheers,
Dimitre Novatchev


Current Thread
Keywords