|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: 10 records per page
Mandeep S Dhadda wrote:
I have common question. The question is how to show 10 records at a time and also show navigation links i.e page1 page2 which will show the other records. I have checked the example at http://www.dpawson.co.uk/xsl/sect2/sect21.html but can't see how it make it work in mine. I am very new to xsl! ...
You need two nested for-each, the outer one selecting the groups,
the inner one selecting the elements within the group. You've
only allpied the outer. Try
<xsl:for-each select="feedbackDetailsTag[position() mod 10 = 1]">
<xsl:for-each select=".|following-sibling::*[position() < 10]">
<tr>
<td width="11%" height="18" bgcolor="#FFFFFF" class="bold">
...BTW please don't start a new thread by replying to some other message. J.Pietschmann XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








