Hi,
I think there isnt a pure xslt solution to this (maybe Im wrong...) but I
would do one of two things:
1. Do it all using the XML dom
-or-
2. Create a stylesheet that styles just a single <slide>, and pass to that
the position() of slide you want to display as a parameter.
I can help you with that if you want
cheers
andrew
===
-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Alvaro Mujica
Sent: Friday, February 01, 2002 3:12 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Choosing different outputs in same document
Hi,
I want to be able to show different outputs in same document. For
example,
<class>
<slide>
.
.
.
</slide>
<slide>
.
.
.
</slide>
.
.
.
</class>
I would like to show the first slide only and pass to the next slide with a
link. I don't know how to do that. I would be most grateful if somebody
helps me. Thank you very much.
Alvaro
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|