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: re - newbie question - <xsl: when test


> 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


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