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: counting and displaying with xsl?


Hi,
i think you can use the childNumber(this) method
maybe with a javascript function that checks if modul 5 is 0.

-----Original Message-----
From: juggy@gmx.net [mailto:juggy@gmx.net]
Sent: Wednesday, June 07, 2000 2:07 AM
To: xsl-list@mulberrytech.com
Subject: counting and displaying with xsl?


Hi,

Is there any way to use xsl to count the number of items in my 
xml? I'd like to know this so I could arrange them according to their 
number (e.g. have a line break every 5 items).
I think of something like
<xsl:if "count > 5">
	ARRANGE NORMAL
<xsl:if-otherwise>
	LINEBREAK
	ARRANGE NORMAL
...

Juggy


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


 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]