[xsl] Re: Partial Extraction

Subject: [xsl] Re: Partial Extraction
From: Frank Psaila <Frank@xxxxxxxxxx>
Date: Wed, 5 Feb 2003 11:44:34 +0100
Hi All,

I have the following XML :
<total>
	<group>
		<list>
		<list>
		<list>
	</group>
	<group>
		<list>
		<list>
		<list>
	</group>
</total>

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.

regards
Frank

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


Current Thread