[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

[newbie]use of xsl:if {RE: XSL to handle display mutiple pag

Subject: [newbie]use of xsl:if {RE: XSL to handle display mutiple pages}
From: "Xu, Xiaocun" <XXu@xxxxxxxxxxxxxxxxxx>
Date: Thu, 2 Nov 2000 17:19:34 -0400 (EST)
if xsl
Hi,

  I started working on XSL to handle display mutiple pages in HTML.  The
idea I tried was simple, count number of records until max records per page
reaches.  At that time, I close of the current page/table, add a page break
and start the next page/table.  But such logic seems does not seems to be
allowed in xsl blocks such as xsl:if.  What can be done to get around this
problem?
  Following is the XSL code I currently have problem with:

<xsl:for-each select="//item">  
<tr><!--Display item record here--></tr>
<xsl:param name="ItemCount" select="$ItemCount+1"/>
<xsl:if test="$ItemCount=$maxItemsPage">
	<!-- end this table and page -->
	</tbody>
	</table>
	<!-- add page break at end of page -->
	<div style='page-break-before: always'> </div>
	<!-- start the next page with new table -->
	<table width="100%" border="1" cellspacing="0">
	<xsl:apply-templates select="tableheader"/>
	<tbody>
</xsl:if>
</xsl:for-each>

Any pointer would be very much appreciated :)

Xiaocun Xu


-----Original Message-----
From: Xu, Xiaocun
To: 'XSL-List@xxxxxxxxxxxxxxxx'
Sent: 11/1/00 5:15 PM
Subject: XSL to handle display mutiple pages

Hi,

	I have a XML document that could have over 1,000 database
records,
and I would like to split them up to multiple pages for display
purposes,
with Prev and Next button to advance between the pages.  Are there
example
XSL that has this type of functionality?  If there are none, could
someone
give me some pointer how to achieve this?

Much thanks,

Xiaocun Xu
xxu@xxxxxxxxxxxxxxxxxx





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




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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.