Subject: RE: Sort what and how ?
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Mon, 12 Jul 1999 09:22:32 +0100
|
> I use lotus XSL 0.17.2.
> I'm trying to do a classic slide show, with "back" and "next" button.
>
> And I should want four slide like this :
> (nothing) -- two -- next : four
> back : two -- four -- next : five
> ... and so on.
>
> I do some experimentations with xsl:sort, but nothing works.
If I understand the problem correctly, I would think the answer is to use
from-preceding-siblings(slide[1]) and from-next-siblings(slide[1]). I don't
know whether these work in Lotus XSL though.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|