|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] how to limit number of items shown
Hello!
Sorry to bother you with a simple question.
This is what I a need to acheive:
Suppose I have an RSS feed from a website that may have anywhere from
1 to 25 items inside the <channel> element
So the XML would be like this:
<channel>
<item>
<title>some title</title>
<description>some descrption</description>
</item>
<item>
<title>some title</title>
<description>some descrption</description>
</item>
<item>
<title>some title</title>
<description>some descrption</description>
</item>
</channel>
What I need is a way to make sure I show no more than 10 items, even
if XML has 25 items.
I need this to be done with XSL 1.0 without any extra extensions. This
is for a browser based transformation.
I know XSL 1 does not have a real "for loop", only foreach, which is
why I don't know how to exit from the loop after 'n' items
have been processed.
Please just tell me the way to do this.
Thank you.
|
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
|






