[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: Conditionally showing a record


Subject: RE: Conditionally showing a record
From: "Selva, Francis" <Francis.Selva@xxxxxxxxxxxxxxx>
Date: Fri, 7 Apr 2000 15:32:05 -0700

Well sometimes I cant stop wondering how come I miss these simple things.And
I guess again that there should be someone like me to give you some kinda
work :) Thanx David

Francis

> -----Original Message-----
> From: David Carlisle [mailto:davidc@xxxxxxxxx]
> 
> well you could use Record[1]/Order but why not just
> 
> 
> <xsl:template match="Example">
> <table>
> <tr>
> <th>Line</th><th>Item</th><th>Price</th>
> </tr>
> <xsl:for-each select="Record/Order[Line mod 10 = 0]">


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



Current Thread