Re: [xsl] Pageing

Subject: Re: [xsl] Pageing
From: Robert Koberg <rob@xxxxxxxxxx>
Date: Wed, 07 Jul 2004 12:49:35 -0700
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@xxxxxxxxxxxxxxxxxxxx]

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">





Current Thread