Click to See Complete Forum and Search --> : Displaying limited Records


Regent
04-20-2000, 03:19 PM
My xml page contains arounnd 100 sets of data. I want to display only 3 using
xsl.....how do I limit the records displayed? Any advice?

Rohit Wason
04-24-2000, 01:39 AM
Philip,
You must have a criteria, on the basis of which you select the 3 records
to be displayed.
<xsl: for-each select"...>
meets your requirement
bye
Rohit

"Regent" <PhilB@ilif.com> wrote:
>
>My xml page contains arounnd 100 sets of data. I want to display only 3
using
>xsl.....how do I limit the records displayed? Any advice?