This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Ogg.: Showing results in parts...


> try with index(), may be
> 
> <xsl:template match="tag[index() $lt$ 50]">
> 
	[MHK>]  This is obsolete IE5 syntax, the XSLT equivalent is
"tag[position() &lt; 50]". But of course it will only display the first 50,
not the second 50 etc.

	Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]