xsl-list
[Top] [All Lists]

RE: Building a table with for-each

2005-05-18 12:40:14
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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>