Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Displaying limited Records

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?
[138 byte] By [Regent] at [2007-11-9 14:54:52]
# 1 Re: Displaying limited Records
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?
Rohit Wason at 2007-11-11 23:33:55 >