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: Conditionally showing a record


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@nag.co.uk]
> 
> 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

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