xsl-list
[Top] [All Lists]

RE: Re: Partial Extraction

2003-02-05 05:50:01

Is there a method in XSLT where I can transform only one 
section of <group> and upon pressing a "previous" or "next" 
button make a transformation of the next or previous <group> 
section. I only need to display one group at a time the 
reason being that each group can be large.


XSLT doesn't interact with the user. You can write a transformation
which produces as output an HTML document containing the information for
one group, together with "next" and "previous" buttons. When the user
presses these buttons, the URLs or script behind these buttons must
activate another transformation (server side or client side) to produce
the next page. You can identify which group you want output by means of
a stylesheet parameter.

Michael Kay
Software AG
home: Michael(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>