RE: Conditionally showing a record

Subject: RE: Conditionally showing a record
From: "Selva, Francis" <Francis.Selva@xxxxxxxxxxxxxxx>
Date: Fri, 7 Apr 2000 12:08:18 -0700
David,how to display the title?.Cause when I try name() for
xsl:for-each="Record/Order/*" its giving all the 3 titles but 4 times since
there are 4 repititions.

Francis

> 
> <xsl:template match="Example">
> <table>
> <xsl:for-each select="Record/Order[Line mod 10 = 0]">
> <tr>
> <td><xsl:value-of select="Line"/></td>
> <td><xsl:value-of select="Item"/></td>
> <td><xsl:value-of select="Price"/></td>
> </tr>
> </xsl:for-each>
> <tr>
> 
> David
 


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


Current Thread