RE: [xsl] SAXON: Generate 10 elements per page

Subject: RE: [xsl] SAXON: Generate 10 elements per page
From: "SHEIKH Sajjad" <Sajjad.SHEIKH@xxxxxxxxxxx>
Date: Thu, 12 Feb 2004 15:25:14 +0100
Thanks !

-----Original Message-----
From: David Carlisle [mailto:davidc@xxxxxxxxx] 
Sent: 12 February 2004 13:53
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] SAXON: Generate 10 elements per page



<xsl:for-each select="Row[position() mod 10 = 1]"> <saxon:output
href="page{position()}.html"> <html> <body>  <xsl:for-each
select=".|following-sibling::Row[position() &lt; 10]">  ...

-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


______________________________________________________________
This message has been scanned for all viruses by BTnet VirusScreen. The
service is delivered in partnership with MessageLabs.

This service does not scan any password protected or encrypted
attachments.  

If you are interested in finding out more about the service, please
visit our website at
http://www.btignite.com/internetservices/btnet/products_virusscreen.htm
==============================================================

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


Current Thread