I use lotus XSL 0.17.2.
I'm trying to do a classic slide show, with "back" and "next" button.
I have an unordered list like that :
<slides>
<slide>four</slide>
<slide>two</slide>
<slide>nine</slide>
<slide>five</slide>
</slides>
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.
Can you give me some help ?
--
Hervé AGNOUX hagnoux@xxxxxxxxxxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|