This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Choosing different outputs in same document



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@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Alvaro Mujica
Sent: Friday, February 01, 2002 3:12 AM
To: xsl-list@lists.mulberrytech.com
Subject: [xsl] 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]