Subject: RE: picking and choosing From: Linus-Lin <LLin@xxxxxxxxxxxxxxx> Date: Tue, 19 Sep 2000 14:57:40 -0400 |
a possible solution would be this (there's plenty of solution depending on your XML): if your NEWSTORY(s) have been sorted based on priority... get all stories upto but not including the 6th. <xsl:templates match="NEWSTORIES"> <xsl:if test="position() < 6"> <xsl:apply-templates select="NEWSTORY"/> </xsl:if> </xsl:templates> -----Original Message----- From: Michael [mailto:mlilley@xxxxxxxxxxxxxx] Sent: Tuesday, September 19, 2000 1:28 PM To: xsl-list@xxxxxxxxxxxxxxxx Subject: picking and choosing Hi, I'm new to xsl and I'm sorry if this sounds dumb: I need to know how to write an xsl file that can take only 5 items from an xml file that 30 items in it... I am taking a newsfeed in XML, but the feed itself has 30 stories, and I only want to display the first 5 - Is that possible? Thanks Micahel XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
RE: Using XSL to represent UI metad, Linus-Lin | Thread | RE: picking and choosing, Kay Michael |
Using XSL to represent UI metadata, R . Price | Date | RE: Using XSL to represent UI metad, Linus-Lin |
Month |