RE: [xsl] Building a table with for-each

Subject: RE: [xsl] Building a table with for-each
From: "Aron Bock" <aronbock@xxxxxxxxxxx>
Date: Wed, 18 May 2005 19:40:14 +0000
Matt, for the loop use:

       <xsl:for-each select="xTable/orders[substring(type, 1, 3) = 'Day']">
           <td><xsl:value-of select="count"/></td>
           ...
       </xsl:for-each>

Regards,

--A

_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement


Current Thread