RE: re[xsl] - newbie question - <xsl: when test

Subject: RE: re[xsl] - newbie question - <xsl: when test
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 25 Jan 2001 17:47:00 -0000
> I want to differentiate between the first five <faq>s and the 
> rest so I can
> add appropriate formatting to distinguish between two groups 
> of questions on
> a web page (recent and previous).

Can you use something like 

<xsl:if test="count(//@id[. &gt current()/@id]) &lt; 5)">

Mike Kay

> 

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


Current Thread