xsl-list
[Top] [All Lists]

Re: Pageing

2004-07-07 12:49:35
Hi,

This is going to depend on the XML source you working with -- any solution to this type of question would be a guess.

We do this type of thing, but I have no idea if it would work with your source. Here is an example of our output:
http://www.livestoryboard.com/Products/Intro/Content_Management_Overview.html

best,
-Rob


From: Evan Wellens [mailto:evanw(_at_)videobankdigital(_dot_)com]

        Does anyone know any tricks to pull off paging without
involving
server interaction. Our XML & XSL must be portable and transform
without
server interaction. I know I can filter by record count with something
like

<xsl:if test="position() &lt; 17">




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